diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-12-12 22:32:07 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-12-12 22:32:07 +0530 |
commit | da746a9fcbdc47976db2579898aa86ff9851e780 (patch) | |
tree | 6f281b205ed9cd363627fc91552bc7d9c98f3ee4 /discord_input.sh | |
parent | 82c401f40328010541695000b162e9054f9b9892 (diff) |
Diffstat (limited to 'discord_input.sh')
-rwxr-xr-x | discord_input.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord_input.sh b/discord_input.sh index 707176f..e05f025 100755 --- a/discord_input.sh +++ b/discord_input.sh @@ -27,6 +27,7 @@ show_help() { echo -e "-S\tSwitch Discord's Input Or Not (yes/no/ask). if -s is used, 'ask' will be disabled" echo -e "-N\tSpecify a Name For The Merged Sink" echo -e "-D\tSpecify a Description For The Merged Sink" + echo -e "-h\tDisplay this message and quit" exit } |