From 026502da85622178ace9dedf26c2addc60a0d897 Mon Sep 17 00:00:00 2001 From: danix Date: Sat, 25 Mar 2023 11:54:41 +0100 Subject: implemented routine --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 49dfabc..992e7a8 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ here's all the functions that I'm planning to implement: -h | --help : This help text -p | --plain : Output is in plain text (without this option the output is colored) -l | --list : List existing notes --a | --add : Add new note +-a | --add "<title>" : Add new note -m | --modify <note> : Modify note --d | --delete <note> : Delete note +-d | --delete [<note> | all] : Delete note -v | --version : Print version --userconf : Export User config file ``` -- cgit v1.2.3