1
0
This commit is contained in:
dtb 2021-11-23 04:27:11 +00:00
parent f12dbece18
commit 4695ff98ca

View File

@ -28,14 +28,16 @@ unknown_system(){
usage(){ usage(){
printf "\ printf "\
Usage: %b [function] (argument)\n" "$argv0" Usage: %b {function} (operand)\n" "$argv0"
printf "\ printf "\
Functions: Functions:
'+' - shortcut to \"relative \$2\"
'-' - shortcut to \"relative -\$2\"
absolute - change sound output to absolute unit absolute - change sound output to absolute unit
help - print this help output help,'' - print this help output
mute - toggle mute/unmute mute - toggle mute/unmute
relative - change sound output relative to current status relative - change sound output relative to current status
status - print current sound output in system unit status - print current sound output in system unit \
" "
printf "\ printf "\
The options are matched with [char]*. So \"%b help\" The options are matched with [char]*. So \"%b help\"