From 0727077b532f9eea57cf77c4a9d331b6a6c62aa6 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sun, 23 May 2021 09:54:41 +0200 Subject: tty-ask-password-agent: highlight summary in help --- src/tty-ask-password-agent/tty-ask-password-agent.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3