diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-12-06 22:57:59 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-12-06 22:57:59 +0530 |
commit | b59a21b57e5af803d77612a0f1d47c4d628007b2 (patch) | |
tree | 25d02c33fd2630460519de7860fc4f1218f05350 /nnn.1 | |
parent | 82a58800d3e78d5c0ac19ff874e815cbec5319e9 (diff) | |
download | nnn-b59a21b57e5af803d77612a0f1d47c4d628007b2.tar.gz |
Handle argument ordering in spawn()
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -90,7 +90,7 @@ FILES .Pp .Bl -tag -width "l, [Right], [Return] or C-mXXXX" -offset indent -compact .It Ic ^O -Open with an application +Open with an application (takes 1 combined argument) .It Ic n Create a new file or directory .It Ic D @@ -144,7 +144,7 @@ MISC .Pp .Bl -tag -width "l, [Right], [Return] or C-mXXXX" -offset indent -compact .It Ic o -Launch a GUI application +Launch a GUI application (takes 2 combined arguments) .It Ic \&!, ^] Spawn SHELL in current directory (fallback sh) .It Ic R |