From bd1b8469212fd5bac93354844d19e5d550d66e2b Mon Sep 17 00:00:00 2001 From: ksyasuda Date: Sat, 29 Jan 2022 01:09:54 -0800 Subject: [PATCH] update help text and readme for new option --- README.md | 3 +++ aniwrapper | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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