diff --git a/bin/xbps-bin/main.c b/bin/xbps-bin/main.c index 149de117..82e51ca9 100644 --- a/bin/xbps-bin/main.c +++ b/bin/xbps-bin/main.c @@ -43,7 +43,7 @@ static struct xbps_handle xh; static void __attribute__((noreturn)) usage(bool fail) { - fprintf(stderr, + fprintf(stdout, "Usage: xbps-bin [options] target [arguments]\n\n" "[options]\n" " -A Enable Automatic installation (shown as orphan)\n" diff --git a/bin/xbps-create/main.c b/bin/xbps-create/main.c index e8c4c032..b950065f 100644 --- a/bin/xbps-create/main.c +++ b/bin/xbps-create/main.c @@ -58,7 +58,7 @@ static const char *destdir; static void __attribute__((noreturn)) usage(void) { - fprintf(stderr, + fprintf(stdout, "usage: %s [options] [file1] [file2] ...\n\n" " Options:\n" " -A, --architecture Package architecture (e.g: noarch, i686, etc).\n" diff --git a/bin/xbps-dgraph/main.c b/bin/xbps-dgraph/main.c index cbf024e9..99999235 100644 --- a/bin/xbps-dgraph/main.c +++ b/bin/xbps-dgraph/main.c @@ -100,7 +100,7 @@ die(const char *fmt, ...) static void __attribute__((noreturn)) usage(void) { - fprintf(stderr, + fprintf(stdout, "Usage: xbps-dgraph [options] \n\n" " Options\n" " -c\t\tPath to configuration file\n" diff --git a/bin/xbps-repo/main.c b/bin/xbps-repo/main.c index 85712333..3684698e 100644 --- a/bin/xbps-repo/main.c +++ b/bin/xbps-repo/main.c @@ -41,7 +41,7 @@ static void __attribute__((noreturn)) usage(bool fail) { - fprintf(stderr, + fprintf(stdout, "Usage: xbps-repo [options] target [arguments]\n\n" "[options]\n" " -C file Full path to configuration file\n" diff --git a/bin/xbps-uhelper/main.c b/bin/xbps-uhelper/main.c index 76da163a..2c310d38 100644 --- a/bin/xbps-uhelper/main.c +++ b/bin/xbps-uhelper/main.c @@ -60,7 +60,7 @@ write_plist_file(prop_dictionary_t dict, const char *file) static void __attribute__((noreturn)) usage(void) { - fprintf(stderr, + fprintf(stdout, "usage: xbps-uhelper [options] [action] [args]\n" "\n" " Available actions:\n"