summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--iceauth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iceauth.c b/iceauth.c
index 7fac493..e729ed5 100644
--- a/iceauth.c
+++ b/iceauth.c
@@ -71,8 +71,8 @@ usage (void)
fprintf (stderr, "usage: %s [-options ...] [command arg ...]\n",
ProgramName);
- fprintf (stderr, "%s\n", prefixmsg);
- print_help (stderr, " "); /* match prefix indentation */
+ fprintf (stderr, "%s", prefixmsg);
+ print_help (stderr, NULL);
fprintf (stderr, "\n%s\n", suffixmsg);
exit (1);
}