aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authordanix <danix@danix.xyz>2023-03-25 11:15:39 +0100
committerdanix <danix@danix.xyz>2023-03-25 11:15:39 +0100
commitb648c00619721c0f5ee56c03ae33a1e68b35cf9c (patch)
tree4f47032fd654e5cef65bb96d582e529677b46244 /README.md
parente3670e83630f1f900c0eb416f017803ab52fd1ec (diff)
downloadbash-notes-b648c00619721c0f5ee56c03ae33a1e68b35cf9c.tar.gz
bash-notes-b648c00619721c0f5ee56c03ae33a1e68b35cf9c.zip
Function delete implemented. Improved listing.
modified: README.md modified: notes.sh
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index b3517dd..49dfabc 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,7 @@ here's all the functions that I'm planning to implement:
-l | --list : List existing notes
-a | --add <title> : Add new note
-m | --modify <note> : Modify note
--d | --date <note> : Modify date for note
--r | --remove <note> : Remove note
+-d | --delete <note> : Delete note
-v | --version : Print version
--userconf : Export User config file
```