mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 11:26:37 -04:00
Add --update-only option back to sync-ebooks.
This commit is contained in:
parent
58f751f3ea
commit
55706b8b46
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ while [ $# -gt 0 ]; do
|
||||||
verbosity=2
|
verbosity=2
|
||||||
shift 1
|
shift 1
|
||||||
;;
|
;;
|
||||||
|
-u|--update-only)
|
||||||
|
updateOnly="true"
|
||||||
|
shift 1
|
||||||
|
;;
|
||||||
--verbosity)
|
--verbosity)
|
||||||
check_arg '*[!0-9]*' "$2" "Verbosity is not a positive integer."
|
check_arg '*[!0-9]*' "$2" "Verbosity is not a positive integer."
|
||||||
verbosity="$2"
|
verbosity="$2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue