Hi again, Here's the second one-line patch. It fixes a bug in the man page. The example as given produces an error:
$ pass -c generate test 10 generate is not in the password store. The fix is to put -c after generate. Cheers, Alex --- man/pass.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/pass.1 b/man/pass.1 index efb5d9b..52f7586 100644 --- a/man/pass.1 +++ b/man/pass.1 @@ -210,7 +210,7 @@ The generated password to Email/jasondonenfeld.com is: YqFsMkBeO6di .TP Generate new password and copy it to the clipboard -.B zx2c4@laptop ~ $ pass -c generate Email/jasondonenfeld.com 19 +.B zx2c4@laptop ~ $ pass generate -c Email/jasondonenfeld.com 19 .br Copied Email/jasondonenfeld.com to clipboard. Will clear in 45 seconds. .TP -- 1.8.4
_______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
