aboutsummaryrefslogtreecommitdiffstats
path: root/psplash.c
diff options
context:
space:
mode:
Diffstat (limited to 'psplash.c')
-rw-r--r--psplash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psplash.c b/psplash.c
index 3d79e8e..16dc454 100644
--- a/psplash.c
+++ b/psplash.c
@@ -203,7 +203,7 @@ main (int argc, char** argv)
fail:
fprintf(stderr,
- "Usage: %s [-n|--no-console-switch] [-a|--angle <0|90|180|270>]\n",
+ "Usage: %s [-n|--no-console-switch][-a|--angle <0|90|180|270>]\n",
argv[0]);
exit(-1);
}