From: Tobias Stoeckmann Date: Sun, 4 Jan 2026 14:26:19 +0000 (+0100) Subject: chsh: extend usage message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15dcfb7877d663e066e1e410d9ae3b69a540b991;p=thirdparty%2Futil-linux.git chsh: extend usage message The chsh utility accepts UIDs like chfn does, too. Signed-off-by: Tobias Stoeckmann --- diff --git a/login-utils/chsh.c b/login-utils/chsh.c index 072336738..309f9d59c 100644 --- a/login-utils/chsh.c +++ b/login-utils/chsh.c @@ -67,7 +67,7 @@ static void __attribute__((__noreturn__)) usage(void) { FILE *fp = stdout; fputs(USAGE_HEADER, fp); - fprintf(fp, _(" %s [options] []\n"), program_invocation_short_name); + fprintf(fp, _(" %s [options] [|]\n"), program_invocation_short_name); fputs(USAGE_SEPARATOR, fp); fputs(_("Change your login shell.\n"), fp);