aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.c')
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 53b8a29..8bf1192 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -2857,7 +2857,7 @@ static bool show_help(const char *path)
"9! ^] Shell ^N Note L Lock \n"
"9R ^V Pick plugin :K xK Run plugin key K\n"
"cc SSHFS mount u Unmount\n"
- "b^P Prompt = Launcher\n"};
+ "b^P Prompt/run expr = Launcher\n"};
fd = create_tmp_file();
if (fd == -1)