diff options
author | Julio Capote <jcapote@gmail.com> | 2022-08-21 02:49:44 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-08-21 02:49:44 +0000 |
commit | 7adfb75eae9085731dabe4fbe8a467f8c0147994 (patch) | |
tree | a85ef2080b2cad62279f0181f7e4cffa6316b9c5 /libexec/recit-add-entry | |
parent | bf922c47dedde37e3d97c4bf82f38e7d769fa267 (diff) | |
download | recit-7adfb75eae9085731dabe4fbe8a467f8c0147994.tar.gz |
add summaries
Diffstat (limited to 'libexec/recit-add-entry')
-rwxr-xr-x | libexec/recit-add-entry | 3 |
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 |