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,7 +174,8 @@ Search keyword and option completion scripts for Bash, Fish and Zsh can be found
#### Cmdline options #### 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] [-v] [-h] [PATH]
The missing terminal file browser for X. The missing terminal file browser for X.
@ -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 -S start in disk usage analyzer mode
-v show program version and exit -v show program version and exit
-h show this help and exit -h show this help and exit
```
`>` indicates the currently selected entry in `nnn`. `>` indicates the currently selected entry in `nnn`.