summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-19 05:20:06 +0000
committerJim Meyering <jim@meyering.net>1996-12-19 05:20:06 +0000
commitae6c43a3abe6018bbfcb88c62e9f81e253df87a0 (patch)
tree301129967b3b07a4457cef66bf1103b309673239 /src
parent17432bd066567b284d2daab3b4f90e2c890deb05 (diff)
downloadcoreutils-ae6c43a3abe6018bbfcb88c62e9f81e253df87a0.tar.xz
(usage): Remove --print-data-base.
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.
Diffstat (limited to 'src')
-rw-r--r--src/dircolors.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dircolors.c b/src/dircolors.c
index 8d6df3933..2eac1920d 100644
--- a/src/dircolors.c
+++ b/src/dircolors.c
@@ -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}