aboutsummaryrefslogtreecommitdiff
path: root/libexec/recit-add-entry
diff options
context:
space:
mode:
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