summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2021-01-31 23:16:48 -0600
committerzachir <zachir@librem.one>2021-01-31 23:16:48 -0600
commita7c31a1895bb1927ab333489ebeee4c070b010b8 (patch)
tree9f85558e16dc40803b02a79f26855be7c8aa6909
parent4c44d3a3f4098c0ee0c17a0bd497d37670e18c2c (diff)
Update volsv again
-rw-r--r--volsv9
1 files changed, 8 insertions, 1 deletions
diff --git a/volsv b/volsv
index 2969963..f79662b 100644
--- 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