Remove backward compat --no-error option

This commit is contained in:
Yamashita, Yuu
2016-05-07 13:19:37 +00:00
parent c64aebef08
commit 08cfea259c
2 changed files with 0 additions and 8 deletions

View File

@@ -35,10 +35,6 @@ while [ $# -gt 0 ]; do
"-f" | "--force" ) "-f" | "--force" )
FORCE=1 FORCE=1
;; ;;
"--no-error" )
# for backward compatibility with v20151103 and earlier
QUIET=1
;;
"-q" | "--quiet" ) "-q" | "--quiet" )
QUIET=1 QUIET=1
;; ;;

View File

@@ -21,10 +21,6 @@ while [ $# -gt 0 ]; do
"-f" | "--force" ) "-f" | "--force" )
FORCE=1 FORCE=1
;; ;;
"--no-error" )
# for backward compatibility with v20151103 and earlier
QUIET=1
;;
"-q" | "--quiet") "-q" | "--quiet")
QUIET=1 QUIET=1
;; ;;