]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(long_options): Use `strip-trailing-slashes',
authorJim Meyering <jim@meyering.net>
Sat, 3 Feb 2001 16:50:04 +0000 (16:50 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 3 Feb 2001 16:50:04 +0000 (16:50 +0000)
per the documetation, not `strip-trailing-slash'.

src/mv.c

index 262b876df9adbe2d2002438362d8a34ea5fcc988..a4295587107179d2a45dd9cecb3a792220a46a0b 100644 (file)
--- a/src/mv.c
+++ b/src/mv.c
@@ -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'},