From 4959ebe76b9ec1b1effc619b22fdd81d5894d733 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 13 Sep 2012 23:53:04 +0200 Subject: Typo. --- src/password-store.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/password-store.sh') 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 -- cgit v1.2.3-54-g00ecf