From: Alejandro Colomar Date: Sun, 13 Jul 2025 14:58:56 +0000 (+0200) Subject: src/vipw.c: usage(): Print everything to the same stream X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=897b92f7957fe995e84c6c2af856e6855ec5ffcb;p=thirdparty%2Fshadow.git src/vipw.c: usage(): Print everything to the same stream Closes: Signed-off-by: Alejandro Colomar --- diff --git a/src/vipw.c b/src/vipw.c index 4f0bcfbc7..032981477 100644 --- a/src/vipw.c +++ b/src/vipw.c @@ -82,7 +82,7 @@ static void vipwedit (const char *, int (*)(void), int (*)(void)); static void usage (int status) { FILE *usageout = (E_SUCCESS != status) ? stderr : stdout; - (void) fprintf (stderr, + (void) fprintf (usageout, _("Usage: %s [options]\n" "\n" "Options:\n"),