Skip to content

Commit 4230f31

Browse files
committed
Fixed cli comment
1 parent f87da98 commit 4230f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ enum Commands {
3535
/// Edit the name of the given name. If no name is supplied you can choose from a fzf list of
3636
/// all available names
3737
EditName {
38-
// Name of the entry in the long term memory, which should be changed.
38+
/// Name of the entry in the long term memory, which should be changed.
3939
name: Option<String>,
4040
},
4141

0 commit comments

Comments
 (0)