diff options
author | Jim Meyering <jim@meyering.net> | 2001-02-03 16:50:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-02-03 16:50:04 +0000 |
commit | 99d7f7d4223d91c35dbdb4492e61f108496ea12b (patch) | |
tree | 9af8f357c04e017ed8193a601fcd0cd6d7c9adf9 /src | |
parent | 5cb10ea4452d248acb6476bb866cbaebcf9d0a54 (diff) | |
download | coreutils-99d7f7d4223d91c35dbdb4492e61f108496ea12b.tar.xz |
(long_options): Use `strip-trailing-slashes',
per the documetation, not `strip-trailing-slash'.
Diffstat (limited to 'src')
-rw-r--r-- | src/mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ static struct option const long_options[] = {"backup", optional_argument, NULL, 'b'}, {"force", no_argument, NULL, 'f'}, {"interactive", no_argument, NULL, 'i'}, - {"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'}, {"target-directory", required_argument, NULL, TARGET_DIRECTORY_OPTION}, {"update", no_argument, NULL, 'u'}, |