diff options
Diffstat (limited to 'src/creds')
-rw-r--r-- | src/creds/creds.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/creds/creds.c b/src/creds/creds.c index 1bc6760fbb..6a62df5e3b 100644 --- a/src/creds/creds.c +++ b/src/creds/creds.c @@ -742,12 +742,13 @@ static int verb_help(int argc, char **argv, void *userdata) { " --user Select user-scoped credential encryption\n" " --uid=UID Select user for scoped credentials\n" " -q --quiet Suppress output for 'has-tpm2' verb\n" - "\nSee the %2$s for details.\n" - , program_invocation_short_name - , link - , ansi_underline(), ansi_normal() - , ansi_highlight(), ansi_normal() - ); + "\nSee the %2$s for details.\n", + program_invocation_short_name, + link, + ansi_underline(), + ansi_normal(), + ansi_highlight(), + ansi_normal()); return 0; } |