Skip to content

Commit

Permalink
Bump to 1.1 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
hrap1919 hrap1919 committed Feb 4, 2021
1 parent b30c510 commit a2f5d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/qbc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <bash options>
{ [ "$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; }
Expand Down
2 changes: 1 addition & 1 deletion lib/qbc/qbcfunctions
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2f5d61

Please sign in to comment.