diff options
author | Dmitry Medvinsky <dmedvinsky@gmail.com> | 2012-09-11 18:13:31 +0400 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-11 16:30:28 +0200 |
commit | 8774bb4ebbe2ef19a846b84d41de956a848800dc (patch) | |
tree | edaf9a821f92eb664976f9ca8b4a781dd029144e | |
parent | 57676089131aebeae1897cc482051b0118081096 (diff) | |
download | pass-8774bb4ebbe2ef19a846b84d41de956a848800dc.tar.gz pass-8774bb4ebbe2ef19a846b84d41de956a848800dc.tar.bz2 pass-8774bb4ebbe2ef19a846b84d41de956a848800dc.zip |
Fix inconsistent indentation in usage message
-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 0fecc79..8ca8c42 100755 --- a/src/password-store.sh +++ b/src/password-store.sh @@ -42,7 +42,7 @@ Usage: If the password store is a git repository, pull the latest changes. $program git git-command-args... If the password store is a git repository, execute a git command - specified by git-command-args. + specified by git-command-args. $program help Show this text. _EOF |