diff options
| author | 2019-09-05 19:42:59 +0530 | |
|---|---|---|
| committer | 2019-09-05 19:42:59 +0530 | |
| commit | bde0f5c3547aaeaa7f3cedd485013a46afe60796 (patch) | |
| tree | 04836c07e64a23d69d59bc54926f0f7cc093ca39 /src | |
| parent | 1107df9515579a0f22fd8429325a6e3a8cbe8c34 (diff) | |
| download | nnn-bde0f5c3547aaeaa7f3cedd485013a46afe60796.tar.gz | |
Fix help alignment
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2779,7 +2779,7 @@ static bool show_help(const char *path) "ce Edit in EDITOR p Open in PAGER\n" "1ORDER TOGGLES\n" "b^J du S Apparent du\n" - "cs Size E Extn t Time modified\n" + "cs Size E Extn t Time modified\n" "1MISC\n" "9! ^] Shell ^N Note L Lock \n" "9R ^V Pick plugin F12 xK Run plugin key K\n" |