Updated README

This commit is contained in:
Karma Riuk 2021-09-19 18:12:14 +02:00
parent f6ff4addb3
commit 675f0902eb

View File

@ -86,20 +86,20 @@ volumectl -i
### Possible flags ### Possible flags
(You can find all the information below by doing `volumectl -h`) (You can find all the information below by doing `volumectl -h`)
|Flag|Description| |Short flag | Equivalent long flag |Description|
|----|-----| |-----|-----|-----|
|`-i` or `--increase` | increases the volume by the "normal" amount (by default: 5%) | |`-i` | `--increase` | increases the volume by the "normal" amount (by default: 5%) |
|`-i <arg>` or `--increase <arg>` | increase the volume by the `<arg>` amount | |`-i <arg>` | `--increase <arg>` | increase the volume by the `<arg>` amount |
|`-I` or `--big-increase` | increases the volume by the "big" amount (by default: 10%) | |`-I` | `--big-increase` | increases the volume by the "big" amount (by default: 10%) |
|`-d` or `--decrease` | decreases the volume by the "normal" amount (by default: 5%) | |`-d` | `--decrease` | decreases the volume by the "normal" amount (by default: 5%) |
|`-d arg` or `--decrease arg` | decrease the volume by the `<arg>` amount | |`-d arg` | `--decrease arg` | decrease the volume by the `<arg>` amount |
|`-D` or `--big-decrease` | decreases the volume by the "big" amount (by default: 10%) | |`-D` | `--big-decrease` | decreases the volume by the "big" amount (by default: 10%) |
|`-s <arg>` or `--set <arg>` | sets the volume to `<arg>` | |`-s <arg>` | `--set <arg>` | sets the volume to `<arg>` |
|`-m` or `--mute` | activates mute | |`-m` | `--mute` | activates mute |
|`-u` or `--unmute` | deactivates mute | |`-u` | `--unmute` | deactivates mute |
|`-t` or `--toggle` | toggles mute | |`-t` | `--toggle` | toggles mute |
|`-g` or `--get-volume` | prints the current volume level | |`-g` | `--get-volume` | prints the current volume level |
|`-G` or `--get-mute` | prints the current mute state | |`-G` | `--get-mute` | prints the current mute state |
### Optional flags ### Optional flags
@ -107,6 +107,6 @@ volumectl -i
|------------|-----| |------------|-----|
|`-c <file>` or `--config <file>` | use `<file>` as the config file instead of the default location (`$HOME/.config/volumectl/config.ini`) | |`-c <file>` or `--config <file>` | use `<file>` as the config file instead of the default location (`$HOME/.config/volumectl/config.ini`) |
|`-v` or `--verbose` | print each step the script passes through | |`-v` or `--verbose` | print each step the script passes through |
|`-h` or `-?` or `--help` | print the help message and exit | |`-h` or `--help` | print the help message and exit |