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-entries | |
parent | bf922c47dedde37e3d97c4bf82f38e7d769fa267 (diff) | |
download | recit-7adfb75eae9085731dabe4fbe8a467f8c0147994.tar.gz |
add summaries
Diffstat (limited to 'libexec/recit-entries')
-rwxr-xr-x | libexec/recit-entries | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/recit-entries b/libexec/recit-entries index dd495d8..87fc8cb 100755 --- a/libexec/recit-entries +++ b/libexec/recit-entries @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Usage: recit entries [-p project-name] [-t time|today|yesterday|tomorrow] - +# Summary: Display entries, optionally for a project and/or a certain time set -xe # shellcheck source=/dev/null |