diff options
| author | 2018-12-08 17:42:33 +0530 | |
|---|---|---|
| committer | 2018-12-08 17:42:33 +0530 | |
| commit | d52482320ab992317438c1f6493d2f500c75d222 (patch) | |
| tree | 5d68dd80bf62d6dff203b566bae95a103f08d031 /src | |
| parent | 7119310a6a0cac82ae792f1a330015eeaf05dbe4 (diff) | |
| download | nnn-d52482320ab992317438c1f6493d2f500c75d222.tar.gz | |
Fix alignment
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2059,7 +2059,7 @@ static bool show_help(char *path) "d^J Disk usage S Apparent du\n" "es Size t Modification time\n" "1MISC\n" - "a!, ^] Spawn SHELL in dir o Launch app\n" + "a!, ^] Spawn SHELL in dir o Launch app\n" "eR Run custom script L Lock terminal\n"}; if (fd == -1) |