gtk4-builder-tool: Fix naming
authorMatthias Clasen <mclasen@redhat.com>
Tue, 27 Jun 2023 11:09:04 +0000 (07:09 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 27 Jun 2023 11:09:04 +0000 (07:09 -0400)
We install the tool as gtk4-builder-tool, so that
is what it should call itself.

String change.

tools/gtk-builder-tool.c

index 5ac829b519c824f29316432864bad3db78303ef5..48b23f0e06241b5e77bb9b90499741c7881b0c7e 100644 (file)
@@ -34,7 +34,7 @@ static void G_GNUC_NORETURN
 usage (void)
 {
   g_print (_("Usage:\n"
-             "  gtk-builder-tool [COMMAND] [OPTION…] FILE\n"
+             "  gtk4-builder-tool [COMMAND] [OPTION…] FILE\n"
              "\n"
              "Perform various tasks on GtkBuilder .ui files.\n"
              "\n"