]> Sergey Matveev's repositories - nnn.git/commitdiff
upadte the source code according to the docs
authorNRK <nrk@disroot.org>
Sat, 25 Dec 2021 02:29:46 +0000 (08:29 +0600)
committerNRK <nrk@disroot.org>
Sat, 25 Dec 2021 02:37:28 +0000 (08:37 +0600)
nnn.1
src/nnn.c

diff --git a/nnn.1 b/nnn.1
index 5ef39b23ed4e137b40daeb84e28129ab4942f589..17b632b549a0187b6fe98cc661dfbd5d9f2031ef 100644 (file)
--- a/nnn.1
+++ b/nnn.1
@@ -235,7 +235,7 @@ in \fBtype-to-nav\fR mode:
   Key  |         Function
 ------ + ------------------------
    '   | Go to first non-dir file
-   +   | Toggle auto-proceed on file open
+   +   | Toggle auto-proceed on open
    ,   | Mark CWD
    -   | Go to last visited dir
    .   | Show hidden files
index 6305dd98125acae302c50bb9fd24fb964ba1ac9f..ea753d078b2da3707db72e1530d8d70fc4b88cb3 100644 (file)
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -8112,7 +8112,7 @@ static void usage(void)
 #ifndef NOFIFO
                " -a      auto NNN_FIFO\n"
 #endif
-               " -A      no dir auto-enter\n"
+               " -A      no dir auto-enter in type-to-nav\n"
                " -b key  open bookmark key (trumps -s/S)\n"
                " -c      cli-only NNN_OPENER (trumps -e)\n"
                " -C      8-color scheme\n"