diff options
| author | 2017-05-15 22:51:32 +0530 | |
|---|---|---|
| committer | 2017-05-15 22:51:32 +0530 | |
| commit | e671dcd0926de893b73252d214a9b40cab3a18af (patch) | |
| tree | d3daf0c645a8c46ba47eb00cfa5885aad4b79356 | |
| parent | 02ddcb36bdd2589ebac8c44b3eaa09af50941615 (diff) | |
| download | nnn-e671dcd0926de893b73252d214a9b40cab3a18af.tar.gz | |
Update help
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | nnn.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 @@ -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\ |