diff options
Diffstat (limited to 'libexec/recit-add-entry')
-rwxr-xr-x | libexec/recit-add-entry | 4 |
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 |