From a2f5d61db913b738dd6d41f644d965814b457aa4 Mon Sep 17 00:00:00 2001 From: hrap1919 hrap1919 Date: Thu, 4 Feb 2021 15:44:57 +0300 Subject: [PATCH] Bump to 1.1 Beta --- bin/qbc | 2 +- lib/qbc/qbcfunctions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/qbc b/bin/qbc index 88ad256..589c01f 100755 --- a/bin/qbc +++ b/bin/qbc @@ -6,7 +6,7 @@ if [ ! -f "$BASH_ENV" ] >&2 echo 'The program is not installed' exit 1 fi -export QB_version="1.0 Beta" +export QB_version="1.1 Beta" #Usage: qbc ([-k | -c CERTFILE]) [-l USERNAME] [-p PASSWORD] URL { [ "$1" == "-h" ] || [ "$1" == "--help" ]; } && { echo 'A qBittorent WebUI bash client'; echo; echo 'Usage: qbc [(-k | -c CERTFILE)] [-l USERNAME] [-p PASSWORD] URL [BASH_OPT1] [BASH_OPT2] ...'; exit 0; } { [ "$1" == "-v" ] || [ "$1" == "--version" ]; } && { echo "$QB_version" ; exit 0; } diff --git a/lib/qbc/qbcfunctions b/lib/qbc/qbcfunctions index ca198be..8d2304e 100644 --- a/lib/qbc/qbcfunctions +++ b/lib/qbc/qbcfunctions @@ -666,7 +666,7 @@ return 0 } -# qbdo: Pause, resume, recheck, reannounce and force start the torrents +# qbdo: Pause, resume, recheck, reannounce, force start and priority change of the torrents # Usage: qbdo COMMAND [-i [--jqselect FILTER] [INDEX_1] [INDEX_2]] # Usage:qbdo COMMAND=pause, resume, recheck, reannounce, setForceStart, increasePrio, decreasePrio, topPrio, bottomPrio # qbdo: With the option "-i" the function does the action for the torrents within the qblist index interval, "-i" without INDEX_1 and INDEX_2 does the global action