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