aboutsummaryrefslogtreecommitdiff
path: root/libexec/recit-add-entry
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2022-08-21 02:49:44 +0000
committerJulio Capote <jcapote@gmail.com>2022-08-21 02:49:44 +0000
commit7adfb75eae9085731dabe4fbe8a467f8c0147994 (patch)
treea85ef2080b2cad62279f0181f7e4cffa6316b9c5 /libexec/recit-add-entry
parentbf922c47dedde37e3d97c4bf82f38e7d769fa267 (diff)
downloadrecit-7adfb75eae9085731dabe4fbe8a467f8c0147994.tar.gz
add summaries
Diffstat (limited to 'libexec/recit-add-entry')
-rwxr-xr-xlibexec/recit-add-entry3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/recit-add-entry b/libexec/recit-add-entry
index 603128a..93590e1 100755
--- a/libexec/recit-add-entry
+++ b/libexec/recit-add-entry
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
-# Usage: recit add-entry [time|"now"] "notes" (on 2nd argument opens $EDITOR)
+# Usage: recit add-entry [-p project-name] [-t time|today|yesterday|tomorrow] [-m notes]
+# Summary: Add entries, optionally for a project and/or a certain time
set -e