summaryrefslogtreecommitdiffstats
path: root/src/creds/creds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/creds/creds.c')
-rw-r--r--src/creds/creds.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/creds/creds.c b/src/creds/creds.c
index 02e317ad2d..4af5f28721 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;
}