summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/password-store.sh6
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
tr> 2012-09-18Make recursive make silent.Jason A. Donenfeld1-1/+1 2012-09-18Quote the program name.Jason A. Donenfeld1-4/+4 2012-09-17Abstract potentially platform specific commands into their own commands.Jason A. Donenfeld4-72/+97 2012-09-16Support recursive and forced removal.Jason A. Donenfeld2-12/+28 2012-09-16Small stylistic things.Jason A. Donenfeld1-9/+9 2012-09-15Use --force flag in keepassx import.Jason A. Donenfeld1-1/+1