From 609be218c2a1e4bdc2f7fcd3d62a291d7401576a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 22 Jan 2001 10:09:04 +0000 Subject: [PATCH] Removed the deprecated -c and -t from the --help output. --- src/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.c b/src/main.c index 7913383e1..6016b3d57 100644 --- a/src/main.c +++ b/src/main.c @@ -244,7 +244,6 @@ static void help(void) " -A/--user-agent User-Agent to send to server (H)\n" " -b/--cookie Cookie string or file to read cookies from (H)\n" " -B/--use-ascii Use ASCII/text transfer\n" - " -c/--continue Resume a previous transfer where we left it\n" " -C/--continue-at Specify absolute resume offset\n" " -d/--data HTTP POST data (H)\n" " --data-ascii HTTP POST ASCII data (H)\n" @@ -278,7 +277,6 @@ static void help(void) " -r/--range Retrieve a byte range from a HTTP/1.1 or FTP server\n" " -s/--silent Silent mode. Don't output anything\n" " -S/--show-error Show error. With -s, make curl show errors when they occur\n" - " -t/--upload Transfer/upload stdin to remote site\n" " -T/--upload-file Transfer/upload to remote site\n" " --url Another way to specify URL to work with\n" " -u/--user Specify user and password to use\n"