mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Shorten option list
This commit is contained in:
parent
e80b9b3c6a
commit
a7b61f79c4
|
@ -194,13 +194,12 @@ Completion scripts for Bash, Fish and Zsh are [available](misc/auto-completion).
|
||||||
#### Cmdline options
|
#### Cmdline options
|
||||||
|
|
||||||
```
|
```
|
||||||
usage: nnn [-a] [-b key] [-d] [-f] [-H] [-i] [-n] [-o]
|
usage: nnn [OPTIONS] [PATH]
|
||||||
[-p file] [-r] [-s] [-S] [-t] [-v] [-h] [PATH]
|
|
||||||
|
|
||||||
The missing terminal file manager for X.
|
The missing terminal file manager for X.
|
||||||
|
|
||||||
positional args:
|
positional args:
|
||||||
PATH start dir [default: current dir]
|
PATH start dir [default: .]
|
||||||
|
|
||||||
optional args:
|
optional args:
|
||||||
-a use access time
|
-a use access time
|
||||||
|
|
|
@ -4609,11 +4609,10 @@ nochange:
|
||||||
static void usage(void)
|
static void usage(void)
|
||||||
{
|
{
|
||||||
fprintf(stdout,
|
fprintf(stdout,
|
||||||
"%s: nnn [-a] [-b key] [-d] [-f] [-H] [-i] [-n] [-o]\n"
|
"%s: nnn [OPTIONS] [PATH]\n\n"
|
||||||
" [-p file] [-r] [-s] [-S] [-t] [-v] [-h] [PATH]\n\n"
|
|
||||||
"The missing terminal file manager for X.\n\n"
|
"The missing terminal file manager for X.\n\n"
|
||||||
"positional args:\n"
|
"positional args:\n"
|
||||||
" PATH start dir [default: current dir]\n\n"
|
" PATH start dir [default: .]\n\n"
|
||||||
"optional args:\n"
|
"optional args:\n"
|
||||||
" -a use access time\n"
|
" -a use access time\n"
|
||||||
" -b key open bookmark key\n"
|
" -b key open bookmark key\n"
|
||||||
|
|
Loading…
Reference in a new issue