diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-09-29 20:24:18 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-09-29 20:24:18 -0400 |
commit | 92463dc98338ae0a571e97e62c4163b0f223bb34 (patch) | |
tree | aacb5219529f2e984a16e96896a6ee3987b46877 | |
parent | 71c9b3ed3321604330cd256e4f45a871b715fa02 (diff) | |
download | mirror-ponymix-92463dc98338ae0a571e97e62c4163b0f223bb34.tar.gz mirror-ponymix-92463dc98338ae0a571e97e62c4163b0f223bb34.tar.bz2 mirror-ponymix-92463dc98338ae0a571e97e62c4163b0f223bb34.zip |
fix whitespace in usage()
-rw-r--r-- | ponymix.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |