Drop unnecessary quotes around single-word macro arguments. --- xargs/xargs.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/xargs/xargs.1 b/xargs/xargs.1 index 4259f47c..29372259 100644 --- a/xargs/xargs.1 +++ b/xargs/xargs.1 @@ -346,7 +346,7 @@ .SH OPTIONS .B \-s option) is exceeded. .TP -.B "\-\-" +.B \-\- Delimit the option list. Later arguments, if any, are treated as operands even if they begin with \*(lq\-\*(rq. @@ -366,12 +366,12 @@ .SH OPTIONS .I \-\-mycommand instead of rejecting this as unrecognized option. .TP -.B "\-\-help" +.B \-\-help Print a summary of the options to .B xargs and exit. .TP -.B "\-\-version" +.B \-\-version Print the version number of .B xargs and exit. -- 2.30.2
signature.asc
Description: PGP signature
