X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fpspp-convert.1;h=6e2e9f5224fa2abb3b505d2c0da4d7c28406c8fa;hb=788d080e2302048dbcb5ae74c9d5ac38a01bc889;hp=00828c2cb867b1fdbe0c65a28b5078d927174763;hpb=c64c9e72a7040c8b36aa8709848efc5c37b7b72e;p=pspp diff --git a/utilities/pspp-convert.1 b/utilities/pspp-convert.1 index 00828c2cb8..6e2e9f5224 100644 --- a/utilities/pspp-convert.1 +++ b/utilities/pspp-convert.1 @@ -60,6 +60,7 @@ the input file is in an encrypted format, then the output file must be the same format (decrypted). . .SH "OPTIONS" +.SS "General Options" . .IP "\fB\-O format\fR" .IQ "\fB\-\-output\-format=\fIformat\fR" @@ -79,12 +80,20 @@ Overrides the encoding in which character strings in \fIinput\fR are interpreted. This option is necessary because old SPSS system files do not self-identify their encoding. . +.SS "Password Options" +When the input file is encrypted, \fBpspp\-convert\fR needs to obtain +a password to decrypt it. To do so, the user may specify the password +with \f\-p\fR (or \fB\-\-password), or the name of a file containing a +list of possible passwords with \fB\-\-password\-list\fR, or an +alphabet of possible passwords to try along with a maximum length with +\fB\-a\fR (or \fB\-\-password\-alphabet\fR) and \fB\-l\fR (or +\-\-password\-length\fR). If none of these options is used, +\fBpspp\-convert\fR prompts for the password. The password options +are: +. .IP "\fB\-p \fIpassword\fR" .IQ "\fB\-\-password=\fIpassword\fR" -Specifies the password to use to decrypt encrypted SPSS system file -or syntax file -\fIinput\fR. If this option is not specified, \fBpspp\-convert\fR -prompts for the password. +Specifies the password to use to decrypt the input file. . .IP On multiuser systems, this option may not be safe because other users @@ -103,6 +112,11 @@ characters long. When these options are used, \fB\-p\fR may additionally specify a starting point for the search. . +.IP "\fB\-\-password\-list=\fIfile\fR" +Specifies a file to read containing a list of passwords to try, one +per line. If \fIfile\fR is \fB\-\fR, reads from stdin. +. +.SS "Other Options" .IP "\fB\-h\fR" .IQ "\fB\-\-help\fR" Prints a usage message on stdout and exits.