]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(cp invocation, mv invocation): Remove square
authorJim Meyering <jim@meyering.net>
Fri, 12 Aug 2005 06:49:48 +0000 (06:49 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 Aug 2005 06:49:48 +0000 (06:49 +0000)
brackets in --reply=[HOW].  Reported by Oscar Liljeblad.

doc/coreutils.texi

index 5245125d15c72a36c77e42b8bc90de29953672d7..37324db07f220757fc385a3cb08b62535a98bb41 100644 (file)
@@ -6492,7 +6492,7 @@ cp --parents a/b/c existing_dir
 copies the file @file{a/b/c} to @file{existing_dir/a/b/c}, creating
 any missing intermediate directories.
 
-@itemx @w{@kbd{--reply}[=@var{how}]}
+@itemx @w{@kbd{--reply}=@var{how}}
 @opindex --reply
 @cindex interactivity
 @c FIXME: remove in 2008
@@ -7127,7 +7127,7 @@ Prompt whether to overwrite each existing destination file, regardless
 of its permissions.
 If the response is not affirmative, the file is skipped.
 
-@itemx @w{@kbd{--reply}[=@var{how}]}
+@itemx @w{@kbd{--reply}=@var{how}}
 @opindex --reply
 @cindex interactivity
 @c FIXME: remove in 2008