1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-12 07:55:31 +02:00

Add comma after e.g. in comment.

From Karl B.
This commit is contained in:
Jim Meyering
1996-06-23 19:15:15 +00:00
parent 8b0cf1dde4
commit b617aa5f3f

View File

@@ -506,7 +506,7 @@ do_copy (int argc, char **argv)
/* When the force and backup options have been specified and
the source and destination are the same name for an existing
regular file, convert the user's command, e.g.
regular file, convert the user's command, e.g.,
`cp --force --backup foo foo' to `cp --force foo fooSUFFIX'
where SUFFIX is determined by any version control options used. */