diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-22 22:21:57 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-22 22:21:57 +0200 |
commit | 09af785cb755956f7e85604d99aabd343747a533 (patch) | |
tree | 0f6f72b4ec2a2bc439435365bf3211fb623e4321 /src | |
parent | f6e0a8d39764b8e85809b8819b402651bff3d478 (diff) | |
download | pass-09af785cb755956f7e85604d99aabd343747a533.tar.gz pass-09af785cb755956f7e85604d99aabd343747a533.tar.bz2 pass-09af785cb755956f7e85604d99aabd343747a533.zip |
Add man page comment to usage message.
Diffstat (limited to '')
-rwxr-xr-x | src/password-store.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/password-store.sh b/src/password-store.sh index f24e182..f642a03 100755 --- a/src/password-store.sh +++ b/src/password-store.sh @@ -57,6 +57,8 @@ Usage: Show this text. $program version Show version information. + +More information may be found in the pass(1) man page. _EOF } is_command() { |