aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-02-27 13:32:28 -0800
committerMike Frysinger <vapier@gentoo.org>2014-02-27 13:32:28 -0800
commit6cdfe87e10e9abbe03eba7a680dfb8aee1fafbf0 (patch)
treea270f24948a0ed01810c9392c752b67e8baf2e05
parentfix indentation (diff)
downloadportage-utils-6cdfe87e10e9abbe03eba7a680dfb8aee1fafbf0.tar.gz
portage-utils-6cdfe87e10e9abbe03eba7a680dfb8aee1fafbf0.tar.bz2
portage-utils-6cdfe87e10e9abbe03eba7a680dfb8aee1fafbf0.zip
qlist: drop old -L flag from options
-rw-r--r--qlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qlist.c b/qlist.c
index 5e2c365..a5a4908 100644
--- a/qlist.c
+++ b/qlist.c
@@ -9,7 +9,7 @@
#ifdef APPLET_qlist
-#define QLIST_FLAGS "ISULcDeados" COMMON_FLAGS
+#define QLIST_FLAGS "ISUcDeados" COMMON_FLAGS
static struct option const qlist_long_opts[] = {
{"installed", no_argument, NULL, 'I'},
{"slots", no_argument, NULL, 'S'},