added no proxy command line option
This commit is contained in:
@@ -59,6 +59,9 @@ read_commandline()
|
||||
"-R"|"--no-root-check")
|
||||
export NO_ROOT_CHECK=true
|
||||
;;
|
||||
"-P"|"--no-proxy")
|
||||
export NO_PROXY=true
|
||||
;;
|
||||
"-l"|"--logfile")
|
||||
local want_logfile=true
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user