X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fpspp-convert.1;h=00828c2cb867b1fdbe0c65a28b5078d927174763;hb=c64c9e72a7040c8b36aa8709848efc5c37b7b72e;hp=bbbdd62a4c09f1b1906b2aa68d0b164ac8a1cd42;hpb=b86361a1fe04710f9622145da6ca0e7981330c78;p=pspp diff --git a/utilities/pspp-convert.1 b/utilities/pspp-convert.1 index bbbdd62a4c..00828c2cb8 100644 --- a/utilities/pspp-convert.1 +++ b/utilities/pspp-convert.1 @@ -90,6 +90,19 @@ prompts for the password. On multiuser systems, this option may not be safe because other users may be able to see the password in process listings. . +.IP "\fB\-a \fIalphabet \fB\-l \fImax-length\fR" +.IQ "\fB\-\-password-alphabet=\fIalphabet\ \fB\-\-password-length=\fImax-length\fR" +These options are an alternative to \fB\-p\fR or \fB\-\-password\fR. +They direct \fBpspp\-convert\fR to search for the correct password +from the set of all passwords of symbols from \fIalphabet\fR (which +may contain character ranges specified with \fB-\fR) and no more than +\fImax-length\fR symbols long. For example, \fB\-a a-z \-l 5\fR +checks all possible lowercase alphabetic passwords no more than 5 +characters long. +.IP +When these options are used, \fB\-p\fR may additionally specify a +starting point for the search. +. .IP "\fB\-h\fR" .IQ "\fB\-\-help\fR" Prints a usage message on stdout and exits.