From: Jim Meyering Date: Sat, 3 Feb 2001 16:50:04 +0000 (+0000) Subject: (long_options): Use `strip-trailing-slashes', X-Git-Tag: FILEUTILS-4_0_39~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99d7f7d4223d91c35dbdb4492e61f108496ea12b;p=thirdparty%2Fcoreutils.git (long_options): Use `strip-trailing-slashes', per the documetation, not `strip-trailing-slash'. --- diff --git a/src/mv.c b/src/mv.c index 262b876df9..a429558710 100644 --- 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'},