diff options
author | Jim Meyering <jim@meyering.net> | 1996-06-23 19:15:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-06-23 19:15:15 +0000 |
commit | b617aa5f3f6fbe415f2bebb07b29e0c8d3d169e2 (patch) | |
tree | c63e874caf31c1529bd760a01426fb497061a18c /src | |
parent | 8b0cf1dde46dced59bfcc871dcd60eeb6d41e1a9 (diff) | |
download | coreutils-b617aa5f3f6fbe415f2bebb07b29e0c8d3d169e2.tar.xz |
Add comma after e.g. in comment.
From Karl B.
Diffstat (limited to 'src')
-rw-r--r-- | src/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |