]> Sergey Matveev's repositories - nnn.git/commitdiff
Update help
authorArun Prakash Jana <engineerarun@gmail.com>
Thu, 18 Oct 2018 17:37:18 +0000 (23:07 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Thu, 18 Oct 2018 17:37:18 +0000 (23:07 +0530)
README.md
nnn.c

index 77fafba71635ef12a09e82b2242e60944fa5286f..3b88834da5280d15b81950057bf78570c157c206 100644 (file)
--- a/README.md
+++ b/README.md
@@ -189,15 +189,15 @@ positional args:
   PATH   start dir [default: current dir]
 
 optional args:
- -b key  specify bookmark key to open
- -c N    specify dir color, disables if N>7
+ -b key  bookmark key to open
+ -c N    dir color, disables if N>7
  -e      use exiftool instead of mediainfo
  -i      start in navigate-as-you-type mode
  -l      start in light mode
  -p nlay path to custom nlay
  -S      start in disk usage analyser mode
- -v      show program version and exit
- -h      show this help and exit
+ -v      show program version
+ -h      show this help
 ```
 
 `>` indicates the currently selected entry in `nnn`.
diff --git a/nnn.c b/nnn.c
index e60abda1a2f34844cc79980b3e9886973e38525d..1301c49cfc7d93ccc0db37ca4c257511a276a55e 100644 (file)
--- a/nnn.c
+++ b/nnn.c
@@ -3355,15 +3355,15 @@ usage(void)
                "positional args:\n"
                "  PATH   start dir [default: current dir]\n\n"
                "optional args:\n"
-               " -b key  specify bookmark key to open\n"
-               " -c N    specify dir color, disables if N>7\n"
+               " -b key  bookmark key to open\n"
+               " -c N    dir color, disables if N>7\n"
                " -e      use exiftool instead of mediainfo\n"
                " -i      start in navigate-as-you-type mode\n"
                " -l      start in light mode\n"
                " -p nlay path to custom nlay\n"
                " -S      start in disk usage analyser mode\n"
-               " -v      show program version and exit\n"
-               " -h      show this help and exit\n\n"
+               " -v      show program version\n"
+               " -h      show this help\n\n"
                "Version: %s\n%s\n", VERSION, GENERAL_INFO);
        exit(0);
 }