diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-09-28 20:04:24 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-09-28 20:04:24 +0530 |
commit | a7b61f79c4bf8e2f56bfe6f8612438f30381816a (patch) | |
tree | e079c0e8ac8865151fcbc9c855cf315cf5143e2d /README.md | |
parent | e80b9b3c6a2a91165ba77972452dca9de752d3c6 (diff) | |
download | nnn-a7b61f79c4bf8e2f56bfe6f8612438f30381816a.tar.gz |
Shorten option list
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -194,13 +194,12 @@ Completion scripts for Bash, Fish and Zsh are [available](misc/auto-completion). #### Cmdline options ``` -usage: nnn [-a] [-b key] [-d] [-f] [-H] [-i] [-n] [-o] - [-p file] [-r] [-s] [-S] [-t] [-v] [-h] [PATH] +usage: nnn [OPTIONS] [PATH] The missing terminal file manager for X. positional args: - PATH start dir [default: current dir] + PATH start dir [default: .] optional args: -a use access time |