diff options
-rwxr-xr-x | gist | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -646,13 +646,10 @@ case "$1" in | |||
646 | shift | 646 | shift |
647 | _push_to_remote "$1" ;; | 647 | _push_to_remote "$1" ;; |
648 | version) | 648 | version) |
649 | echo "Version $currentVersion" | 649 | echo "Version $currentVersion" ;; |
650 | exit 0 ;; | ||
651 | update) | 650 | update) |
652 | checkInternet || exit 1 | 651 | checkInternet || exit 1 |
653 | update | 652 | update ;; |
654 | exit 0 | ||
655 | ;; | ||
656 | help | h) | 653 | help | h) |
657 | usage ;; | 654 | usage ;; |
658 | *) | 655 | *) |