Skip to content

Commit

Permalink
Fixed cli comment
Browse files Browse the repository at this point in the history
  • Loading branch information
f-str committed Dec 23, 2024
1 parent f87da98 commit 4230f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ enum Commands {
/// Edit the name of the given name. If no name is supplied you can choose from a fzf list of
/// all available names
EditName {
// Name of the entry in the long term memory, which should be changed.
/// Name of the entry in the long term memory, which should be changed.
name: Option<String>,
},

Expand Down

0 comments on commit 4230f31

Please sign in to comment.