diff options
author | Julio Capote <jcapote@gmail.com> | 2022-08-21 20:14:37 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-08-21 20:14:37 +0000 |
commit | 721328c952689a9b484caf3a67e6d643cfc18771 (patch) | |
tree | 976a7f5e8352b9661670e1003c02bde004d84648 /libexec/recit-entries | |
parent | 098eaa5e70194af81aaecb23289a82f5f9f6bd11 (diff) | |
download | recit-721328c952689a9b484caf3a67e6d643cfc18771.tar.gz |
capitalize project
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 1ba63b1..ec754a3 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 +# Summary: Display entries, optionally for a Project and/or a certain time set -e project="" |