From 8d0a09c6716b1a1612572af32eff836802f32dac Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Sun, 19 Sep 2021 18:13:09 +0200 Subject: [PATCH] Updated README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index adb4767..95d7a4d 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ volumectl -i |`-i ` | `--increase ` | increase the volume by the `` amount | |`-I` | `--big-increase` | increases the volume by the "big" amount (by default: 10%) | |`-d` | `--decrease` | decreases the volume by the "normal" amount (by default: 5%) | -|`-d arg` | `--decrease arg` | decrease the volume by the `` amount | +|`-d ` | `--decrease ` | decrease the volume by the `` amount | |`-D` | `--big-decrease` | decreases the volume by the "big" amount (by default: 10%) | |`-s ` | `--set ` | sets the volume to `` | |`-m` | `--mute` | activates mute | @@ -103,10 +103,10 @@ volumectl -i ### Optional flags -|Flag|Description| -|------------|-----| -|`-c ` or `--config ` | use `` as the config file instead of the default location (`$HOME/.config/volumectl/config.ini`) | -|`-v` or `--verbose` | print each step the script passes through | -|`-h` or `--help` | print the help message and exit | +|Short flag | Equivalent long flag |Description| +|-----|-----|-----| +|`-c ` | `--config ` | use `` as the config file instead of the default location (`$HOME/.config/volumectl/config.ini`) | +|`-v` | `--verbose` | print each step the script passes through | +|`-h` | `--help` | print the help message and exit |