]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Remove --print-data-base.
authorJim Meyering <jim@meyering.net>
Thu, 19 Dec 1996 05:20:06 +0000 (05:20 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 19 Dec 1996 05:20:06 +0000 (05:20 +0000)
Now only --print-database remains.  Although it wasn't documented,
--print-data-base was still accepted.  But it made `--p', `--print',
`--print-data', etc. ambiguous.

src/dircolors.c

index 8d6df39331bfd4755bb6654147fd333ae76d0ef0..2eac1920dfeb560ec4a1457e833cd9fb876f972f 100644 (file)
@@ -88,8 +88,6 @@ static struct option const long_options[] =
     {"csh", no_argument, NULL, 'c'},
     {"c-shell", no_argument, NULL, 'c'},
     {"help", no_argument, NULL, 'h'},
-    /* I deprecate --print-data-base.  `database' is one word.  */
-    {"print-data-base", no_argument, NULL, 'p'},
     {"print-database", no_argument, NULL, 'p'},
     {"version", no_argument, NULL, 'v'},
     {NULL, 0, NULL, 0}