diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/dircolors.c | 2 |
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} |