diff options
author | Jim Meyering <jim@meyering.net> | 2001-02-03 16:50:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-02-03 16:50:34 +0000 |
commit | c036ffc1ccb021b75c3acac0f6d97f96abdce655 (patch) | |
tree | d84988c990dea14b26546736801cbd89696ee984 | |
parent | 99d7f7d4223d91c35dbdb4492e61f108496ea12b (diff) | |
download | coreutils-c036ffc1ccb021b75c3acac0f6d97f96abdce655.tar.xz |
(long_opts): Use `strip-trailing-slashes',
per the documetation, not `strip-trailing-slash'.
-rw-r--r-- | src/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ static struct option const long_opts[] = {"preserve", no_argument, NULL, 'p'}, {"recursive", no_argument, NULL, 'R'}, {"remove-destination", no_argument, NULL, UNLINK_DEST_BEFORE_OPENING}, - {"strip-trailing-slash", no_argument, NULL, STRIP_TRAILING_SLASHES_OPTION}, + {"strip-trailing-slashes", no_argument, NULL, STRIP_TRAILING_SLASHES_OPTION}, {"suffix", required_argument, NULL, 'S'}, {"symbolic-link", no_argument, NULL, 's'}, {"target-directory", required_argument, NULL, TARGET_DIRECTORY_OPTION}, |