summaryrefslogtreecommitdiff
path: root/tbl-dctrl.c
diff options
context:
space:
mode:
authorAntti-Juhani Kaijanaho <ajk@debian.org>2006-02-26 00:43:14 +0100
committerAntti-Juhani Kaijanaho <ajk@debian.org>2006-02-26 00:43:14 +0100
commit3ecdfa5d2ce8e020d7ef2bcbd80adcba59a31ae7 (patch)
treefd04dc697417669af06249d3ddd63d0d3c0a753d /tbl-dctrl.c
parentbb140d9dc96857a76e9c6fde560c4f5e0c162aa9 (diff)
downloaddctrl-tools-3ecdfa5d2ce8e020d7ef2bcbd80adcba59a31ae7.tar.gz
Fix #326662 (get rid of -q and --silent)
Diffstat (limited to 'tbl-dctrl.c')
-rw-r--r--tbl-dctrl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tbl-dctrl.c b/tbl-dctrl.c
index 641e9fa..9082f1f 100644
--- a/tbl-dctrl.c
+++ b/tbl-dctrl.c
@@ -36,8 +36,6 @@ static struct argp_option options[] = {
{ "column", 'c', N_("SPEC"), 0, N_("Append the specified column.") },
{ "copying", 'C', 0, 0, N_("Print out the copyright license.") },
{ "errorlevel", 'l', N_("LEVEL"), 0, N_("Set debugging level to LEVEL.") },
- { "quiet", 'q', 0, 0, N_("Do no output to stdout.") },
- { "silent", OPT_SILENT, 0, 0, N_("Do no output to stdout.") },
{ 0 }
};