[gnome-calendar/gnome-3-34] application: Remove -d as short form of --debug



commit 4df8013619a3996cdb08ed6bd757309d97fff727
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Oct 3 20:19:40 2019 -0300

    application: Remove -d as short form of --debug
    
    Both --debug and --date had their short form -d, causing
    problems. Let's make -d stand for --date, since --debug
    is more of a development tool.
    
    https://gitlab.gnome.org/GNOME/gnome-calendar/issues/456

 src/gui/gcal-application.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/gcal-application.c b/src/gui/gcal-application.c
index a8cb2da9..3f7adcb5 100644
--- a/src/gui/gcal-application.c
+++ b/src/gui/gcal-application.c
@@ -68,7 +68,7 @@ static GOptionEntry gcal_application_goptions[] = {
     N_("Display version number"), NULL
   },
   {
-    "debug", 'd', 0,
+    "debug", 0, 0,
     G_OPTION_ARG_NONE, NULL,
     N_("Enable debug messages"), NULL
   },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]