mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-07 14:36:02 +01:00
mention -d in man page
This commit is contained in:
parent
17c5ec66d0
commit
792b657b28
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