From: NRK Date: Sat, 25 Dec 2021 02:29:46 +0000 (+0600) Subject: upadte the source code according to the docs X-Git-Tag: v4.5~42^2~2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=62f1004836e9eb280af31bc3f0fc3584fe2c995a;p=nnn.git upadte the source code according to the docs --- diff --git a/nnn.1 b/nnn.1 index 5ef39b23..17b632b5 100644 --- 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 diff --git a/src/nnn.c b/src/nnn.c index 6305dd98..ea753d07 100644 --- 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"