From 27a18faa3883d14aa450c147de6344d9030a9a5e Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Fri, 18 Mar 2011 21:10:34 +0200 Subject: [PATCH] --help: http_env -> http_proxy --- bin/grake | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bin/grake b/bin/grake index 52e0b06..66a5e5a 100755 --- a/bin/grake +++ b/bin/grake @@ -340,16 +340,16 @@ grake [-q] [-i] [-t] [--csv | --json] [--proxy EaddrE | --no-proxy] =head1 OPTIONS - --help Print help and exit - --version Print version and exit - --license Print license and exit - -q, --quiet Be quiet - -i, --interactive Run in interactive mode - -t, --title Get title for video link - --json Print details in json, implies -t - --csv Print details in csv, implies -t - --proxy arg (=http_env) Use proxy for HTTP connections - --no-proxy Disable use of HTTP proxy + --help Print help and exit + --version Print version and exit + --license Print license and exit + -q, --quiet Be quiet + -i, --interactive Run in interactive mode + -t, --title Get title for video link + --json Print details in json, implies -t + --csv Print details in csv, implies -t + --proxy arg (=http_proxy) Use proxy for HTTP connections + --no-proxy Disable use of HTTP proxy =cut -- 2.11.4.GIT