aboutsummaryrefslogtreecommitdiffstats
path: root/ponymix.c
diff options
context:
space:
mode:
Diffstat (limited to 'ponymix.c')
-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"