From 74659ea10be110665f41c1c5b6f830fc7cb1335d Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 11 Aug 2012 22:14:06 -0400 Subject: separate control modes in usage --- pulsemix.c | 6 ++++-- 1 file 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] ...\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= control a sink other than the default\n", out); + + fputs("\n -o, --sink= control a sink other than the default\n", out); fputs(" -i, --source= control a source\n", out); fputs("\nCommon Commands:\n", out); -- cgit v1.2.3