mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 07:06:02 +01:00
mention -d in man page
This commit is contained in:
parent
f7d6e0e6a9
commit
9c6f8d5de6
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,7 @@ zathura \- a PDF viewer
|
|||
.B zathura
|
||||
.RB [-e\ xid]
|
||||
.RB [-c\ path]
|
||||
.RB [-d\ path]
|
||||
.RB [file]
|
||||
.RB [password]
|
||||
.SH DESCRIPTION
|
||||
|
@ -16,7 +17,9 @@ space saving interface, with a focus on keyboard interaction.
|
|||
.B -e xid
|
||||
Reparents to window specified by xid.
|
||||
.B -c path
|
||||
Path to the config directory
|
||||
Path to the config directory (defaults to .config/zathura)
|
||||
.B -d path
|
||||
Path to the data directory (defaults to .local/share/zathura)
|
||||
.SH DEFAULT SETTINGS
|
||||
.SS Shortcuts
|
||||
.TP
|
||||
|
|
Loading…
Reference in a new issue