aboutsummaryrefslogtreecommitdiffstats
path: root/ponymix.cc
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-01-22 21:09:35 -0500
committerDave Reisner <dreisner@archlinux.org>2013-01-22 21:09:35 -0500
commitfc87003435bbe4e4b235e0629e431492ec0dbb83 (patch)
tree55c8bc1511a0c3b5441c8e36fe5b76ac81fa82e3 /ponymix.cc
parent0027e9422fa7205d0a50b995fbe172c35c9ce379 (diff)
downloadmirror-ponymix-fc87003435bbe4e4b235e0629e431492ec0dbb83.tar.gz
mirror-ponymix-fc87003435bbe4e4b235e0629e431492ec0dbb83.tar.bz2
mirror-ponymix-fc87003435bbe4e4b235e0629e431492ec0dbb83.zip
document --notify
Diffstat (limited to 'ponymix.cc')
-rw-r--r--ponymix.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ponymix.cc b/ponymix.cc
index df8b1c7..48ae3dc 100644
--- a/ponymix.cc
+++ b/ponymix.cc
@@ -421,7 +421,7 @@ static int Kill(PulseClient& ponymix, int, char*[]) {
static const Command& string_to_command(const char* str) {
static std::map<string, const Command> actionmap = {
- // command name function arg min arg max
+ // command name function arg min arg max
{ "defaults", { ShowDefaults, { 0, 0 } } },
{ "list", { List, { 0, 0 } } },
{ "list-short", { ListShort, { 0, 0 } } },
@@ -462,6 +462,7 @@ static void usage() {
" -c, --card CARD target card (index or name)\n"
" -d, --device DEVICE target device (index or name)\n"
" -t, --devtype TYPE device type\n"
+ " -N, --notify use libnotify to announce volume changes\n"
" --source alias to -t source\n"
" --input alais to -t source\n"
" --sink alias to -t sink\n"