diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-16 16:07:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-16 16:07:07 +0000 |
commit | c0e0779f61446bbf78925b79940097aa52f0db65 (patch) | |
tree | 2910b57ecf9f3c7362220df12f5c536d2d6b1b50 /src | |
parent | 989527ca9e09814ce1394a0fe03725de8c3297e6 (diff) | |
download | coreutils-c0e0779f61446bbf78925b79940097aa52f0db65.tar.xz |
tweak line in help output
Diffstat (limited to 'src')
-rw-r--r-- | src/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n\ -b like --backup but does not accept an argument\n\ -d, --no-dereference never follow symbolic links\n\ -f, --force if an existing destination file cannot be\n\ - opened, remove it and try again\n\ + opened, remove it and try again\n\ -i, --interactive prompt before overwrite\n\ -H follow command-line symbolic links\n\ -l, --link link files instead of copying\n\ |