diff options
| author | danix <danix@danix.xyz> | 2023-03-26 07:18:15 +0200 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2023-03-26 07:18:15 +0200 |
| commit | e4b35b4ffafe6088494bdc017ae0bf37a2226942 (patch) | |
| tree | b7100c24787a04659ecd102749e711c0600d83df | |
| parent | 04781825741e2c8eb1cee895c5b9c1e19ef44783 (diff) | |
| download | bash-notes-e4b35b4ffafe6088494bdc017ae0bf37a2226942.tar.gz bash-notes-e4b35b4ffafe6088494bdc017ae0bf37a2226942.zip | |
Fixed minor typo.
modified: README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ here's all the functions that are now available: -p | --plain : Output is in plain text (without this option the output is colored) -l | --list : List existing notes -a | --add "<title>" : Add new note --m | --modify <note> : Modify note +-e | --edit <note> : Modify note -d | --delete [<note> | all] : Delete note -v | --version : Print version --userconf : Export User config file |
