diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-16 03:38:34 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-16 03:39:58 +0200 |
commit | 65a4751b3802ca84904385646b95ff15bae89e70 (patch) | |
tree | 40d711daecaf48581092f5e502a5a7d97465363a /man/pass.1 | |
parent | 0a0661fbbe73e0bd6667e1b56c76c13379c42c61 (diff) | |
download | pass-65a4751b3802ca84904385646b95ff15bae89e70.tar.gz pass-65a4751b3802ca84904385646b95ff15bae89e70.tar.bz2 pass-65a4751b3802ca84904385646b95ff15bae89e70.zip |
Support recursive and forced removal.
Laurent asked for this.
Reported-by: Laurent Ghigonis <laurent@p1sec.com>
Diffstat (limited to 'man/pass.1')
-rw-r--r-- | man/pass.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -98,9 +98,11 @@ it to the clipboard using .BR xclip (1) and then restore the clipboard after 45 seconds. .TP -\fBrm\fP \fIpass-name\fP +\fBrm\fP [ \fI--recursive\fP, \fI-r\fP ] [ \fI--force\fP, \fI-f\fP ]\fI pass-name\fP Remove the password named \fIpass-name\fP from the password store. This command is -alternatively named \fBremove\fP. +alternatively named \fBremove\fP or \fBdelete\fP. If \fI--recursive\fP or \fI-r\fP +is specified, delete pass-name recursively if it is a directory. If \fI--force\fP +or \fI-f\fP is specified, do not interactively prompt before removal. .TP \fBpush\fP If the password store is a git repository, push the latest changes using |