]> git.huck.website - odot.git/commitdiff
readme
authorHuck Boles <huck@huck.website>
Fri, 23 Dec 2022 22:21:11 +0000 (16:21 -0600)
committerHuck Boles <huck@huck.website>
Fri, 23 Dec 2022 22:21:11 +0000 (16:21 -0600)
README

diff --git a/README b/README
index 35bd1c22f961cbc8f482929d79ec976ad7e3df91..406ebf5027d399a36073db43ae1de7edbb050e45 100644 (file)
--- a/README
+++ b/README
@@ -45,21 +45,24 @@ Usage:
 
 Examples:
 
+    Add a task to default group:
+        $ odot new task
+
     Show tasks in default group:
         $ odot show
 
-    Add a task called 'things to do' to a group called newgroup:
+    Add a task to a group called newgroup:
         $ odot new -g newgroup things to do
 
-    Finish a task called 'thing I did' and show other completed tasks:
+    Finish a task and show other completed tasks:
         $ odot done thing I did -d
 
-    Show all completed tasks in a group called 'tasks':
+    Show all completed tasks in a group called tasks:
         $ odot show -dg tasks
 
     Show all tasks in database:
         $ odot show -da
         
-    Remove a task from database (completely removes task from odot's memory, useful for typos):
+    Remove a task from database (completely removes task from memory, useful for typos):
         $ odot remove task I want to forget