Fix alignment in examples

This commit is contained in:
Arun Prakash Jana 2017-10-02 08:13:36 +05:30
parent d62ce4bb5e
commit 3e74827cab
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -174,15 +174,16 @@ Search keyword and option completion scripts for Bash, Fish and Zsh can be found
#### Cmdline options
usage: nnn [-c N] [-e] [-i] [-l] [n] [-p nlay] [-S]
```
usage: nnn [-c N] [-e] [-i] [-l] [-p nlay] [-S]
[-v] [-h] [PATH]
The missing terminal file browser for X.
The missing terminal file browser for X.
positional arguments:
positional arguments:
PATH directory to open [default: current dir]
optional arguments:
optional arguments:
-c N specify dir color, disables if N>7
-e use exiftool instead of mediainfo
-i start in navigate-as-you-type mode
@ -191,6 +192,7 @@ Search keyword and option completion scripts for Bash, Fish and Zsh can be found
-S start in disk usage analyzer mode
-v show program version and exit
-h show this help and exit
```
`>` indicates the currently selected entry in `nnn`.