From e671dcd0926de893b73252d214a9b40cab3a18af Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 15 May 2017 22:51:32 +0530 Subject: [PATCH] Update help --- README.md | 1 + nnn.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a93a25d..1a9b0144 100644 --- 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 c7a20f54..0a01160d 100644 --- 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\