mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Fix alignment in examples
This commit is contained in:
parent
d62ce4bb5e
commit
3e74827cab
|
@ -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`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue