From 5b4e3361d4cb7f71afe8552ed1a892a69a198c69 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 20 Jul 2016 22:50:35 +0900 Subject: [PATCH] Update --auto-file-renaming help text according to the manual page --- src/usage_text.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/usage_text.h b/src/usage_text.h index 43ad21c0..ef3b1732 100644 --- a/src/usage_text.h +++ b/src/usage_text.h @@ -175,7 +175,8 @@ " exists. This option works only in http(s)/ftp\n" \ " download.\n" \ " The new file name has a dot and a number(1..9999)\n" \ - " appended.") + " appended after the name, but before the file\n" \ + " extension, if any.") #define TEXT_PARAMETERIZED_URI \ _(" -P, --parameterized-uri[=true|false] Enable parameterized URI support.\n" \ " You can specify set of parts:\n" \