summaryrefslogtreecommitdiffstats
path: root/src/applet
diff options
context:
space:
mode:
Diffstat (limited to 'src/applet')
-rw-r--r--src/applet/applet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/applet/applet.c b/src/applet/applet.c
index e965a3ba..aff82841 100644
--- a/src/applet/applet.c
+++ b/src/applet/applet.c
@@ -221,7 +221,7 @@ int main(int argc, char** argv)
/* Parse options */
int opt;
- while ((opt = getopt(argc, argv, "dv")) != -1)
+ while ((opt = getopt(argc, argv, "v")) != -1)
{
switch (opt)
{