summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorDavid Henningsson <david.henningsson@canonical.com>2013-01-29 17:27:11 +0100
committerDavid Henningsson <david.henningsson@canonical.com>2013-02-04 10:01:57 +0100
commit596d9aa740a66e84366fc42b6fd7156cde280a68 (patch)
treeaed85ee88c53e56aff119b63dfa61c5dbfaa47e8 /src/utils
parent3a3c4eb4622feb8115d1387f33a4bfa722e0061a (diff)
pactl: Document @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@
I went to implement the possibility to use the default sink/source but found that it was already working. So I figured I'd update the help text instead. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/pactl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/pactl.c b/src/utils/pactl.c
index 020085dd7..0fb62cb06 100644
--- a/src/utils/pactl.c
+++ b/src/utils/pactl.c
@@ -1510,6 +1510,8 @@ static void help(const char *argv0) {
printf("%s %s %s %s\n", argv0, _("[options]"), "set-sink-formats", _("#N FORMATS"));
printf("%s %s %s %s\n", argv0, _("[options]"), "set-port-latency-offset", _("CARD-NAME|CARD-#N PORT OFFSET"));
printf("%s %s %s\n", argv0, _("[options]"), "subscribe");
+ printf(_("\nThe special names @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@\n"
+ "can be used to specify the default sink, source and monitor.\n"));
printf(_("\n"
" -h, --help Show this help\n"