diff --git a/README.md b/README.md index 8a67ecb..76530c6 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,9 @@ aniwrapper -v # Connect to history database aniwrapper -C +# Enable silent mode (suppress output to stdout) [cannot be used with -v] +aniwrapper -S + # Query the history database aniwrapper -Q diff --git a/aniwrapper b/aniwrapper index 54c5823..ed5ae3c 100755 --- a/aniwrapper +++ b/aniwrapper @@ -34,8 +34,8 @@ help_text() { printf "%s\n" "$line" done <<< " Usage: - aniwrapper [-cdhvq] [-t or -T ] - aniwrapper [-cv] [-t or -T ] -f + aniwrapper [-cdhvqS] [-t or -T ] + aniwrapper [-cvS] [-t or -T ] -f aniwrapper -Q aniwrapper -C Options: @@ -44,6 +44,7 @@ Options: -c enable command-line mode (rofi disabled) -d download episode in command-line mode -C connect to history database + -S silent mode (suppress output to stdout) [cannot be used with -v] -t change rofi theme -T specify custom rofi theme