aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/recit-add-entry4
-rwxr-xr-xlibexec/recit-entries2
-rwxr-xr-xlibexec/recit-setup2
3 files changed, 4 insertions, 4 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
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=""
diff --git a/libexec/recit-setup b/libexec/recit-setup
index ba34026..9189bcc 100755
--- a/libexec/recit-setup
+++ b/libexec/recit-setup
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Usage: recit setup [force]
-# Summary: sets up a new recit database at $HOME/.recit.rec
+# Summary: Create a new recit database at $HOME/.recit.rec
set -e