Add --update-only option back to sync-ebooks.

This commit is contained in:
Danny Bautista 2019-06-21 18:20:48 -04:00 committed by Alex Cabal
parent 58f751f3ea
commit 55706b8b46

View file

@ -61,6 +61,10 @@ while [ $# -gt 0 ]; do
verbosity=2
shift 1
;;
-u|--update-only)
updateOnly="true"
shift 1
;;
--verbosity)
check_arg '*[!0-9]*' "$2" "Verbosity is not a positive integer."
verbosity="$2"