]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
no-clobber.d: only use long form options in man page text
authorDaniel Stenberg <daniel@haxx.se>
Thu, 9 Feb 2023 22:09:36 +0000 (23:09 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Feb 2023 22:38:44 +0000 (23:38 +0100)
... since they are expanded and the short-form gets mentioned
automatically so if the short form is mentioned as well, it gets
repeated.

Fixes #10461
Closes #10462
Reported-by: Dan Fandrich
docs/cmdline-opts/no-clobber.d

index 0b2472db2201ea06deeb1754da1b6a23475515e2..15f4ed3a41327c64eaa6c5ad7e9bda1b79e4236a 100644 (file)
@@ -15,5 +15,5 @@ of the file that would be created, up to filename.100 after which it will not
 create any file.
 
 Note that this is the negated option name documented.  You can thus use
---clobber to enforce the clobbering, even if --remote-header-name or -J is
+--clobber to enforce the clobbering, even if --remote-header-name is
 specified.