[gtk/icon-browser-tweaks] builder-tool: Tweak --help output



commit 21be06310cce1791cd65bb447daf5c9cabdbbebd
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Apr 16 21:13:16 2019 -0400

    builder-tool: Tweak --help output

 gtk/tools/gtk-builder-tool.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/gtk/tools/gtk-builder-tool.c b/gtk/tools/gtk-builder-tool.c
index 3219baa983..080cf5bf9b 100644
--- a/gtk/tools/gtk-builder-tool.c
+++ b/gtk/tools/gtk-builder-tool.c
@@ -36,21 +36,21 @@ static void
 usage (void)
 {
   g_print (_("Usage:\n"
-             "  gtk-builder-tool [COMMAND] FILE\n"
+             "  gtk-builder-tool [COMMAND] [OPTION…] FILE\n"
              "\n"
              "Commands:\n"
-             "  validate           Validate the file\n"
-             "  simplify [OPTIONS] Simplify the file\n"
-             "  enumerate          List all named objects\n"
-             "  preview [OPTIONS]  Preview the file\n"
+             "  validate     Validate the file\n"
+             "  simplify     Simplify the file\n"
+             "  enumerate    List all named objects\n"
+             "  preview      Preview the file\n"
              "\n"
              "Simplify Options:\n"
-             "  --replace          Replace the file\n"
-             "  --3to4             Convert from a GTK3 to GTK4\n"
+             "  --replace    Replace the file\n"
+             "  --3to4       Convert from GTK 3 to GTK 4\n"
              "\n"
              "Preview Options:\n"
-             "  --id=ID            Preview only the named object\n"
-             "  --css=FILE         Use style from CSS file\n"
+             "  --id=ID      Preview only the named object\n"
+             "  --css=FILE   Use style from CSS file\n"
              "\n"
              "Perform various tasks on GtkBuilder .ui files.\n"));
   exit (1);


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