pwman3.1 758 B

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