aboutsummaryrefslogtreecommitdiff
path: root/libexec/recit-add-entry
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2022-08-21 20:14:37 +0000
committerJulio Capote <jcapote@gmail.com>2022-08-21 20:14:37 +0000
commit721328c952689a9b484caf3a67e6d643cfc18771 (patch)
tree976a7f5e8352b9661670e1003c02bde004d84648 /libexec/recit-add-entry
parent098eaa5e70194af81aaecb23289a82f5f9f6bd11 (diff)
downloadrecit-721328c952689a9b484caf3a67e6d643cfc18771.tar.gz
capitalize project
Diffstat (limited to 'libexec/recit-add-entry')
-rwxr-xr-xlibexec/recit-add-entry4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/recit-add-entry b/libexec/recit-add-entry
index a41ae6c..dba9ef5 100755
--- a/libexec/recit-add-entry
+++ b/libexec/recit-add-entry
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# 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
+# Summary: Add entries, optionally for a Project and/or a certain time
set -e
@@ -68,7 +68,7 @@ else
echo "$uuid"
else
echo "$project not found, list of available projects:"
- recsel -t Project -p Id ${recfile}
+ recit-recsel-projects
exit 1
fi
fi \ No newline at end of file