diff options
Diffstat (limited to '')
-rwxr-xr-x | libexec/recit-edit | 1 | ||||
-rwxr-xr-x | libexec/recit-edit-entry | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libexec/recit-edit b/libexec/recit-edit index f105bdc..cf3fc43 100755 --- a/libexec/recit-edit +++ b/libexec/recit-edit @@ -1,5 +1,6 @@ #!/usr/bin/env bash # Usage: recit edit +# Summary: Open DB in $EDITOR set -e diff --git a/libexec/recit-edit-entry b/libexec/recit-edit-entry index 0636bc6..47ca072 100755 --- a/libexec/recit-edit-entry +++ b/libexec/recit-edit-entry @@ -1,5 +1,6 @@ #!/usr/bin/env bash # Usage: recit edit-entry uuid +# Summary: Edit an entry given its UUID set -e |