1234567891011121314151617181920212223242526272829303132333435 |
- .TH PWMAN3 1 "24 Mai 2013"
- .SH NAME
- pwman3 \- command line password manager
- .SH SYNOPSIS
- \fBpwman3\fP [\fIoptions\fP]
- .SH DESCRIPTION
- .TP
- \fB\-c, \-\-config\fP FILE
- Read the configuration from \fBFILE\fP instead of the default
- \fB~/.pwman3/config\fP.
- .TP
- \fB\-e, \-\-encryption\fP ALGORITHM
- Possible options are: AES(default), ARC2, ARC4, Blowfish, CAST, DES, DES3, IDEA, RC5.
- .TP
- \fB\-d, \-\-database\fP FILE
- When using the default sqlite backend, use \fBFILE\fP to read/store passwords.
- .TP
- \fB\-k, \-\-convert\fP
- Convert old DB format to Version >= 0.4.
- .TP
- \fB\-h, \-\-help\fP
- Display help and exit.
- .SH AUTHOR
- This manpage has been written by Julien Louis <ptitlouis@sysif.net> for the Debian
- GNU/Linux system but may be used by the others.
|