pwman3.1 894 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .TH PWMAN3 1 "29 June 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,
  14. .br
  15. CAST, DES, DES3, IDEA, RC5.
  16. .TP
  17. \fB\-d, \-\-database\fP FILE
  18. When using the default sqlite backend, use \fBFILE\fP
  19. .br
  20. to read/store passwords.
  21. .TP
  22. \fB\-k, \-\-convert\fP
  23. Convert old DB format to version >= 0.4.
  24. The database that will be converted is the one found in the
  25. .br
  26. config file, or the one given as command line argument.
  27. .TP
  28. \fB\-h, \-\-help\fP
  29. Display help and exit.
  30. .SH AUTHOR
  31. This manpage has been written by Julien Louis <ptitlouis@sysif.net>
  32. .br
  33. for the Debian GNU/Linux system but may be used by the others.