From 7cceaa93400dc725640ca20fd4e7f57aa4a64162 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 22 Sep 2008 10:31:00 +0000 Subject: [PATCH] 2008-09-22 Tatsuhiro Tsujikawa Removed possible values from the text. * src/usage_text.h (TEXT_METALINK_PREFERRED_PROTOCOL) --- ChangeLog | 5 +++++ src/usage_text.h | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 069aa949..a1f55e48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-22 Tatsuhiro Tsujikawa + + Removed possible values from the text. + * src/usage_text.h (TEXT_METALINK_PREFERRED_PROTOCOL) + 2008-09-22 Tatsuhiro Tsujikawa Removed unused preferences: diff --git a/src/usage_text.h b/src/usage_text.h index b2408c92..f07c8ce7 100644 --- a/src/usage_text.h +++ b/src/usage_text.h @@ -279,9 +279,8 @@ _(" --metalink-location=LOCATION[,...] The location of the preferred server.\n"\ " A comma-deliminated list of locations is\n"\ " acceptable.") #define TEXT_METALINK_PREFERRED_PROTOCOL \ -_(" --metalink-preferred-protocol=PROTO Specify preferred protocol. The possible\n"\ - " values are 'http', 'https', 'ftp' and 'none'.\n"\ - " Specifiy none to disable this feature.") +_(" --metalink-preferred-protocol=PROTO Specify preferred protocol. Specifiy 'none'\n"\ + " if you don't have any preferred protocol.") #define TEXT_FOLLOW_METALINK \ _(" --follow-metalink=true|false|mem If true or mem is specified, when a file\n"\ " whose suffix is .metaink or content type is\n"\