From 33866a31c3ce14590b8d1f6039fefcde8460e577 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 9 Feb 2023 23:09:36 +0100 Subject: [PATCH] no-clobber.d: only use long form options in man page text ... 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmdline-opts/no-clobber.d b/docs/cmdline-opts/no-clobber.d index 0b2472db22..15f4ed3a41 100644 --- a/docs/cmdline-opts/no-clobber.d +++ b/docs/cmdline-opts/no-clobber.d @@ -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.