aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-09-29 20:24:18 -0400
committerDave Reisner <dreisner@archlinux.org>2012-09-29 20:24:18 -0400
commit92463dc98338ae0a571e97e62c4163b0f223bb34 (patch)
treeaacb5219529f2e984a16e96896a6ee3987b46877
parent71c9b3ed3321604330cd256e4f45a871b715fa02 (diff)
downloadmirror-ponymix-92463dc98338ae0a571e97e62c4163b0f223bb34.tar.gz
mirror-ponymix-92463dc98338ae0a571e97e62c4163b0f223bb34.tar.bz2
mirror-ponymix-92463dc98338ae0a571e97e62c4163b0f223bb34.zip
fix whitespace in usage()
-rw-r--r--ponymix.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ponymix.c b/ponymix.c
index 44cb3a2..6fce1c7 100644
--- a/ponymix.c
+++ b/ponymix.c
@@ -682,12 +682,12 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
{
fprintf(out, "usage: %s [options] <command>...\n", program_invocation_short_name);
fputs("\nOptions:\n"
- " -h, --help display this help and exit\n"
+ " -h, --help display this help and exit\n\n"
- "\n -d, --device set device mode (default)\n"
- " -a, --app set application mode\n"
+ " -d, --device set device mode (default)\n"
+ " -a, --app set application mode\n\n"
- "\n -o<name>, --sink=<name> control a sink other than the default\n"
+ " -o<name>, --sink=<name> control a sink other than the default\n"
" -i<name>, --source=<name> control a source\n", out);
fputs("\nCommon Commands:\n"