summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-10-08 23:25:48 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-10-08 23:25:48 +0200
commitb92453e6036da4bc1cd0cdaf869af5369c3fb16b (patch)
tree9b8b9c98961e1b74498795f915683164034be5e4
parentad17b4861ce47c62178a929c6987d0ae708b9155 (diff)
downloadcurl-bagder/progress-meter-docs.tar.gz
fixup the magic for manpage check for --no-* optionbagder/progress-meter-docs
-rwxr-xr-xtests/manpage-scan.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/manpage-scan.pl b/tests/manpage-scan.pl
index b6864c857..ba6577c18 100755
--- a/tests/manpage-scan.pl
+++ b/tests/manpage-scan.pl
@@ -6,7 +6,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 2016, 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2016 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -138,6 +138,7 @@ my %opts = (
'-N, --no-buffer' => 1,
'--no-sessionid' => 1,
'--no-keepalive' => 1,
+ '--no-progress-meter' => 1,
# pretend these options without -no exist in curl.1 and tool_help.c
'--alpn' => 6,
@@ -147,6 +148,7 @@ my %opts = (
'--keepalive' => 6,
'-N, --buffer' => 6,
'--sessionid' => 6,
+ '--progress-meter' => 6,
# deprecated options do not need to be in tool_help.c nor curl.1
'--krb4' => 6,