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