From: Tobias Stoeckmann Date: Sun, 4 Jan 2026 18:08:01 +0000 (+0100) Subject: login: Add UID to usage message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab37ee449ce31252c192df7da280957f6b6f16f2;p=thirdparty%2Futil-linux.git login: Add UID to usage message The UID can be supplied instead of a username. Signed-off-by: Tobias Stoeckmann --- diff --git a/login-utils/login.c b/login-utils/login.c index abf7c9208..8815cf170 100644 --- a/login-utils/login.c +++ b/login-utils/login.c @@ -1282,7 +1282,7 @@ static void init_remote_info(struct login_context *cxt, char *remotehost) static void __attribute__((__noreturn__)) usage(void) { fputs(USAGE_HEADER, stdout); - printf(_(" %s [-p] [-s ] [-h ] [-H] [[-f] ]\n"), program_invocation_short_name); + printf(_(" %s [-p] [-s ] [-h ] [-H] [[-f] ]\n"), program_invocation_short_name); fputs(USAGE_SEPARATOR, stdout); fputs(_("Begin a session on the system.\n"), stdout);