From: Zbigniew Jędrzejewski-Szmek Date: Sun, 23 May 2021 07:54:41 +0000 (+0200) Subject: tty-ask-password-agent: highlight summary in help X-Git-Tag: v249-rc1~126^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0727077b532f9eea57cf77c4a9d331b6a6c62aa6;p=thirdparty%2Fsystemd.git tty-ask-password-agent: highlight summary in help --- diff --git a/src/tty-ask-password-agent/tty-ask-password-agent.c b/src/tty-ask-password-agent/tty-ask-password-agent.c index e7d3a5dbc9d..80f5408e126 100644 --- a/src/tty-ask-password-agent/tty-ask-password-agent.c +++ b/src/tty-ask-password-agent/tty-ask-password-agent.c @@ -411,7 +411,7 @@ static int help(void) { return log_oom(); printf("%s [OPTIONS...]\n\n" - "Process system password requests.\n\n" + "%sProcess system password requests.%s\n\n" " -h --help Show this help\n" " --version Show package version\n" " --list Show pending password requests\n" @@ -423,6 +423,8 @@ static int help(void) { " instead of the current TTY\n" "\nSee the %s for details.\n", program_invocation_short_name, + ansi_highlight(), + ansi_normal(), link); return 0;