From: Jim Meyering Date: Thu, 19 Dec 1996 05:20:06 +0000 (+0000) Subject: (usage): Remove --print-data-base. X-Git-Tag: FILEUTILS-3_14a~70 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ae6c43a3abe6018bbfcb88c62e9f81e253df87a0;p=thirdparty%2Fcoreutils.git (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. --- diff --git a/src/dircolors.c b/src/dircolors.c index 8d6df39331..2eac1920df 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}