summaryrefslogtreecommitdiff
path: root/volsv
diff options
context:
space:
mode:
Diffstat (limited to 'volsv')
-rwxr-xr-xvolsv9
1 files changed, 8 insertions, 1 deletions
diff --git a/volsv b/volsv
index 2969963..f79662b 100755
--- a/volsv
+++ b/volsv
@@ -36,7 +36,14 @@ echo "$@" | grep -q ' *-h *' && echo \
"Volsv is Free software. You can use it for any purpose, but I make no guerantee about its usability or fitness "\
"for any particular purpose. You are also free to redistribute, modify, and distribute your modifications to "\
"volsv. Volsv is distributed under the BSD 3-Clause license to ensure full license compatibility with GNU, "\
-"Linux, and BSD operating systems. A copy of this license is included in the repository." && exit
+"Linux, and BSD operating systems. A copy of this license is included in the repository.\n\n"\
+"Volsv is a script designed to control the volume of a *NIX machine. The commands/flags are as follows:
+increase volume: 'up' or '-i'
+decrease volume: 'down' or '-d'
+toggle volume mute: 'toggle' or '-t'
+toggle mic mute: 'mic' or '-m'
+get volume level: 'getv' or '-v'
+get mute state: 'getm' or '-g'" && exit
for i in $@; do
pgrep -x pulseaudio >/dev/null && pulsesv $1 || alsasv $1