Improved description of -S option

This commit is contained in:
Bob Polis 2022-01-13 16:23:33 +01:00
parent 8d5026c3b7
commit 575662acb5

10
pw.1
View File

@ -17,7 +17,7 @@
.Op Fl l .Op Fl l
.Op Fl u .Op Fl u
.Op Fl s .Op Fl s
.Op Fl S .Op Fl S Ar set-of-symbols
.Op Fl c Ar length .Op Fl c Ar length
.Sh DESCRIPTION .Sh DESCRIPTION
The The
@ -41,8 +41,12 @@ Allow lower case letters.
Allow upper case letters. Allow upper case letters.
.It Fl s, \-symbol .It Fl s, \-symbol
Allow symbols and punctuation from the following list: _-=+<>,.!@#$%^&*. Allow symbols and punctuation from the following list: _-=+<>,.!@#$%^&*.
.It Fl S, \-special .It Fl S, \-special Ar set-of-symbols
Allow symbols from specified argument Allow symbols from specified argument.
For example, specifying
.Fl S
.Sq :-+@
allows symbols :, -, + or @.
.It Fl c Ar length .It Fl c Ar length
Specify the password length. Specify the password length.
Default is 24 characters. Default is 24 characters.