diff --git a/volumectl b/volumectl index 6f010bf..5215dcd 100755 --- a/volumectl +++ b/volumectl @@ -287,7 +287,7 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then #if '__name__' == '__main__' verbose && echo "Detected -s or --set-volume, with argument '$2'" [[ -z "$2" ]] && echo "Error, missing value to set volume" 1>&2 && exit 1 || volume_set $2 ;; - -m|--set-mute) + -m|--mute) verbose && echo "Detected -m or --mute" mute ;;