diff options
-rwxr-xr-x | src/password-store.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/password-store.sh b/src/password-store.sh index 7e8a0ac..c736d7b 100755 --- a/src/password-store.sh +++ b/src/password-store.sh @@ -226,7 +226,7 @@ case "$command" in ;; edit) if [[ $# -ne 1 ]]; then - echo "Usage $program $command pass-name" + echo "Usage: $program $command pass-name" exit 1 fi |