12345678910111213141516171819202122 |
- $OpenBSD: patch-man_pass_1,v 1.2 2017/03/07 08:53:17 bentley Exp $
- --- man/pass.1.orig Sun Feb 26 18:52:16 2017
- +++ man/pass.1 Tue Feb 28 10:37:29 2017
- @@ -78,7 +78,7 @@ unspecified) is removed.
- List names of passwords inside the tree at
- .I subfolder
- by using the
- -.BR tree (1)
- +.BR colortree (1)
- program. This command is alternatively named \fBlist\fP.
- .TP
- \fBgrep\fP \fIsearch-string\fP
- @@ -90,7 +90,7 @@ options.
- .TP
- \fBfind\fP \fIpass-names\fP...
- List names of passwords inside the tree that match \fIpass-names\fP by using the
- -.BR tree (1)
- +.BR colortree (1)
- program. This command is alternatively named \fBsearch\fP.
- .TP
- \fBshow\fP [ \fI--clip\fP[=\fIline-number\fP], \fI-c\fP[\fIline-number\fP] ] [ \fI--qrcode\fP[=\fIline-number\fP], \fI-q\fP[\fIline-number\fP] ] \fIpass-name\fP
|