From 47b24679cc4e9985908d06576ffb48bee67484cf Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Sun, 19 Sep 2021 18:07:17 +0200 Subject: [PATCH] Changed the help message --- volumectl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/volumectl b/volumectl index ddcc80b..3afcb41 100755 --- a/volumectl +++ b/volumectl @@ -222,14 +222,14 @@ usage() { volumectl - A configurable bash script that makes your life easier in controlling volume and notifying it at the same time. -Usage: volumectl [-v|--verbose] [-c|--config path] -option [arg] +Usage: volumectl [-v|--verbose] [-c|--config ] -option [arg] Options: -i [arg], --increase [arg] increase the volume by the "normal" amount or by the [arg] amount -d [arg], --decrease [arg] decrease the volume by the "normal" amount or by the [arg] amount -I, --big-increase increase the volume by the "big" amount -D, --big-decrease decrease the volume by the "big" amount - -s arg, --set arg set volume to arg + -s , --set set volume to -m, --mute mute -u, --unmute unmute -t, --toggle toggle mute @@ -237,7 +237,7 @@ Options: -G, --get-mute get mute Optional arguments: - -c path, --config path instead of reading from the default location ($CONFIG_PATH), + -c , --config instead of reading from the default location ($CONFIG_PATH), read from the path given -v, --verbose print each step the script passes through -h, -?, --help show this message