summaryrefslogtreecommitdiff
path: root/tests/manpage-scan.pl
diff options
context:
space:
mode:
authorHexTheDragon <elijahiff@gmail.com>2021-09-11 20:36:21 -0800
committerDaniel Stenberg <daniel@haxx.se>2022-03-11 08:38:01 +0100
commit1831a6e7f179165c3c2055dd00f68bc5e9d27240 (patch)
tree41bcece5b251c0adb04bce5c2e8cb1cbc3fb89e1 /tests/manpage-scan.pl
parenteed2e8e257ae534afea25a6b3a818cdb7276596d (diff)
downloadcurl-1831a6e7f179165c3c2055dd00f68bc5e9d27240.tar.gz
curl: add --no-clobber
Does not overwrite output files if they already exist Closes #7708 Co-authored-by: Daniel Stenberg
Diffstat (limited to 'tests/manpage-scan.pl')
-rwxr-xr-xtests/manpage-scan.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/manpage-scan.pl b/tests/manpage-scan.pl
index 219c4a463..986dbd556 100755
--- a/tests/manpage-scan.pl
+++ b/tests/manpage-scan.pl
@@ -6,7 +6,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 2016 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2016 - 2022, 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
@@ -146,6 +146,7 @@ my %opts = (
'--no-sessionid' => 1,
'--no-keepalive' => 1,
'--no-progress-meter' => 1,
+ '--no-clobber' => 1,
# pretend these options without -no exist in curl.1 and tool_listhelp.c
'--alpn' => 6,
@@ -156,8 +157,9 @@ my %opts = (
'-N, --buffer' => 6,
'--sessionid' => 6,
'--progress-meter' => 6,
+ '--clobber' => 6,
- # deprecated options do not need to be in tool_listhelp.c nor curl.1
+ # deprecated options do not need to be in tool_help.c nor curl.1
'--krb4' => 6,
'--ftp-ssl' => 6,
'--ftp-ssl-reqd' => 6,