Commit 6adef8ce authored by Vitaly Lipatov's avatar Vitaly Lipatov

eget: add --quiet alias for -q

parent c8455c66
......@@ -311,7 +311,7 @@ eget - wget like downloader wrapper with wildcard support in filename part of UR
Usage: eget [options] http://somesite.ru/dir/na*.log
Options:
-q - quiet mode
-q|--quiet - quiet mode
-k|--no-check-certificate - skip SSL certificate chain support
-U|-A|--user-agent - send browser like UserAgent
-4|--ipv4|--inet4-only - use only IPV4
......@@ -362,7 +362,7 @@ while [ -n "$1" ] ; do
eget_help
exit
;;
-q)
-q|--quiet)
set_quiet
;;
-k|--no-check-certificate)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment