[gnome-builder] app: add note that -v may be repeated



commit 1feb4cf06d80bf78b4174604a6c910049f117168
Author: Christian Hergert <chergert redhat com>
Date:   Thu Nov 18 21:46:35 2021 -0800

    app: add note that -v may be repeated

 src/libide/gui/ide-application-command-line.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libide/gui/ide-application-command-line.c b/src/libide/gui/ide-application-command-line.c
index 4ba09e920..9899137fd 100644
--- a/src/libide/gui/ide-application-command-line.c
+++ b/src/libide/gui/ide-application-command-line.c
@@ -65,7 +65,7 @@ _ide_application_add_option_entries (IdeApplication *self)
     { "project", 'p', 0, G_OPTION_ARG_FILENAME, NULL, N_("Open project in new workbench"), N_("FILE")  },
     { "version", 'V', 0, G_OPTION_ARG_NONE, NULL, N_("Print version information and exit") },
     /* Verbose is handled in main(), but we need to add to --help here */
-    { "verbose", 'v', 0, G_OPTION_ARG_NONE, NULL, N_("Increase log verbosity") },
+    { "verbose", 'v', 0, G_OPTION_ARG_NONE, NULL, N_("Increase log verbosity (may be repeated)") },
     { NULL }
   };
 


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