diff options
author | NRK <nrk@disroot.org> | 2021-09-22 02:31:16 +0600 |
---|---|---|
committer | Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr> | 2021-09-21 23:37:59 +0300 |
commit | ff8a8469fe4e877ed8efe67f4f6956ca2293d76a (patch) | |
tree | a44522597b348bb2a68eccc46ac6d332bcc6244a | |
parent | 1f69a05abc06ecedb75fd3a1fc49ef8648369f04 (diff) |
move -0 to bottom in the manpage
-rw-r--r-- | nsxiv.1 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,7 +3,7 @@ nsxiv \- Simple X Image Viewer .SH SYNOPSIS .B nsxiv -.RB [ \-abcfhi0opqrtvZ ] +.RB [ \-abcfhiopqrtvZ0 ] .RB [ \-A .IR FRAMERATE ] .RB [ \-e @@ -88,10 +88,6 @@ Print brief usage information to standard output and exit. .B \-i Read names of files to open from standard input. Also done if FILE is `-'. .TP -.B \-0 -Same as \-o, however the marked files are NULL separated. This option implies -\-o. -.TP .B \-o Write list of all marked files to standard output when quitting. In combination with @@ -129,6 +125,10 @@ The same as `\-z 100'. .TP .BI "\-z " ZOOM Set zoom level to ZOOM percent. +.TP +.B \-0 +Same as \-o, however the marked files are NULL separated. This option implies +\-o. .SH KEYBOARD COMMANDS .SS General The following keyboard commands are available in both image and thumbnail mode: |