diff options
author | Chris Down <chris@chrisdown.name> | 2013-09-13 07:50:14 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2013-09-14 19:16:30 +0200 |
commit | 037fa8e2326ff6dd44552e740b533b45abc9b1c4 (patch) | |
tree | 4f4d691f54bb193d42a9dc0a325c1d3074540dfb /src/password-store.sh | |
parent | 79d5267d5911d753ab6ba3cb4c12c919312a85fc (diff) | |
download | pass-037fa8e2326ff6dd44552e740b533b45abc9b1c4.tar.gz pass-037fa8e2326ff6dd44552e740b533b45abc9b1c4.tar.bz2 pass-037fa8e2326ff6dd44552e740b533b45abc9b1c4.zip |
Rephrase awkward/confusing message about enabling echo during password entry.
Diffstat (limited to 'src/password-store.sh')
-rwxr-xr-x | src/password-store.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/password-store.sh b/src/password-store.sh index 2d6ba18..0e19d52 100755 --- a/src/password-store.sh +++ b/src/password-store.sh @@ -39,9 +39,9 @@ Usage: Show existing password and optionally put it on the clipboard. If put on the clipboard, it will be cleared in 45 seconds. $program insert [--echo,-e | --multiline,-m] [--force,-f] pass-name - Insert new password. Optionally, the console can be enabled echo - the password back. Or, optionally, it may be multiline. Prompt - before overwriting existing password unless forced. + Insert new password. Optionally, echo the password back to the console + during entry. Or, optionally, the entry may be multiline. Prompt before + overwriting existing password unless forced. $program edit pass-name Insert a new password or edit an existing password using ${EDITOR:-vi}. $program generate [--no-symbols,-n] [--clip,-c] [--force,-f] pass-name pass-length |