]> Sergey Matveev's repositories - nnn.git/commitdiff
Update help
authorArun Prakash Jana <engineerarun@gmail.com>
Mon, 15 May 2017 17:21:32 +0000 (22:51 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Mon, 15 May 2017 17:21:32 +0000 (22:51 +0530)
README.md
nnn.c

index 1a93a25d20a567b52704fe6d1f0f5e1b51281520..1a9b0144c80fdb13a5ee3cdf3b2a81b30afe9afe 100644 (file)
--- a/README.md
+++ b/README.md
@@ -82,6 +82,7 @@ Have fun with it! PRs are welcome. Check out [#1](https://github.com/jarun/nnn/i
   - Change directory at exit (*easy* shell integration)
   - Open any file in EDITOR (fallback vi) or PAGER (fallback less)
 - Unicode support
+- Highly optimized code, minimal resource usage
 
 ### Performance
 
diff --git a/nnn.c b/nnn.c
index c7a20f54ae4c590357c6df5b181bea182d830366..0a01160de2bb2dd3bcd136723992420d744a1c70 100644 (file)
--- a/nnn.c
+++ b/nnn.c
@@ -2035,7 +2035,7 @@ nochange:
 static void
 usage(void)
 {
-       fprintf(stdout, "usage: nnn [-d] [-S] [-v] [h] [PATH]\n\n\
+       fprintf(stdout, "usage: nnn [-d] [-p custom_nlay] [-S] [-v] [-h] [PATH]\n\n\
 The missing terminal file browser for X.\n\n\
 positional arguments:\n\
   PATH           directory to open [default: current dir]\n\n\