Skip to content

Commit

Permalink
Add keepassxc man page and move cli man page to share folder
Browse files Browse the repository at this point in the history
  • Loading branch information
phoerious committed Oct 25, 2019
1 parent 4cc06f9 commit 01e45c7
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cli/keepassxc-cli.1 → share/docs/man/keepassxc-cli.1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ keepassxc-cli \- command line interface for the \fBKeePassXC\fP password manager
.SH SYNOPSIS
.B keepassxc-cli
.I command
.RI [ options ]
.B [
-I options
.B ]

.SH DESCRIPTION
\fBkeepassxc-cli\fP is the command line interface for the \fBKeePassXC\fP password manager. It provides the ability to query and modify the entries of a KeePass database, directly from the command line.
Expand Down
39 changes: 39 additions & 0 deletions share/docs/man/keepassxc.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
.TH KEEPASSXC 1 "Oct 25, 2019"
.SH NAME
keepassxc \- password manager

.SH SYNOPSIS
.B keepassxc
.B [
.I options
.B ] [
.I filename(s)
.B ]

.SH DESCRIPTION
\fBKeePassXC\fP is a free/open-source password manager or safe which helps you to manage your passwords in a secure way. The complete database is always encrypted with the industry-standard AES (alias Rijndael) encryption algorithm using a 256 bit key. KeePassXC uses a database format that is compatible with KeePass Password Safe. Your wallet works offline and requires no Internet connection.

.SH OPTIONS
.IP "-h, --help"
Displays this help.

.IP "-v, --version"
Displays version information.

.IP "--config <config>"
Path to a custom config file

.IP "--keyfile <keyfile>"
Key file of the database

.IP "--pw-stdin"
Read password of the database from stdin

.IP "--pw, --parent-window <handle>"
Parent window handle

.IP "--debug-info"
Displays debugging information.

.SH AUTHOR
This manual page is maintained by the KeePassXC Team <[email protected]>.

0 comments on commit 01e45c7

Please sign in to comment.