diff options
Diffstat (limited to 'src/tty-ask-password-agent/tty-ask-password-agent.c')
-rw-r--r-- | src/tty-ask-password-agent/tty-ask-password-agent.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 e7d3a5dbc9..80f5408e12 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; |