diff options
| author | 2019-09-16 00:57:57 +0530 | |
|---|---|---|
| committer | 2019-09-16 01:33:41 +0530 | |
| commit | 6bb667111863a9909591c182ae6e14815b838dee (patch) | |
| tree | 8923f8ab6d6fa3f1778021ca10e504b07f798bee /src | |
| parent | 4a0e3570fec3cfdf7109305812d242eca0bdee64 (diff) | |
| download | nnn-6bb667111863a9909591c182ae6e14815b838dee.tar.gz | |
Update help
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |