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
10
README.md
10
README.md
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue