mirror of
https://github.com/jarun/nnn.git
synced 2025-04-19 03:45:01 +00:00
Print usage info to stdout instead of stderr
This commit is contained in:
parent
46a5092eee
commit
5023abe2df
1 changed files with 1 additions and 1 deletions
|
@ -8145,7 +8145,7 @@ static void check_key_collision(void)
|
|||
|
||||
static void usage(void)
|
||||
{
|
||||
dprintf(STDERR_FILENO,
|
||||
dprintf(STDOUT_FILENO,
|
||||
"%s: nnn [OPTIONS] [PATH]\n\n"
|
||||
"The unorthodox terminal file manager.\n\n"
|
||||
"positional args:\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue