aboutsummaryrefslogtreecommitdiffstats
path: root/pulsemix.c
diff options
context:
space:
mode:
Diffstat (limited to 'pulsemix.c')
-rw-r--r--pulsemix.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/pulsemix.c b/pulsemix.c
index 1c91516..2d3426f 100644
--- a/pulsemix.c
+++ b/pulsemix.c
@@ -580,9 +580,11 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
fprintf(out, "usage: %s [options] <command>...\n", program_invocation_short_name);
fputs("\nOptions:\n", out);
fputs(" -h, --help display this help and exit\n", out);
- fputs(" -d, --device set device mode\n", out);
+
+ fputs("\n -d, --device set device mode (default)\n", out);
fputs(" -a, --app set application mode\n", out);
- fputs(" -o, --sink=<name> control a sink other than the default\n", out);
+
+ fputs("\n -o, --sink=<name> control a sink other than the default\n", out);
fputs(" -i, --source=<name> control a source\n", out);
fputs("\nCommon Commands:\n", out);