Merge pull request #142 from ttionya/hotfix/fix-restore-option-parse
fix: fix the restore option parsing error
This commit is contained in:
@@ -294,7 +294,6 @@ function restore() {
|
||||
-f|--force-restore)
|
||||
shift
|
||||
FORCE_RESTORE="TRUE"
|
||||
shift
|
||||
;;
|
||||
*)
|
||||
color red "Illegal input"
|
||||
|
||||
Reference in New Issue
Block a user