gtk4-builder-tool: Fix naming

We install the tool as gtk4-builder-tool, so that
is what it should call itself.

String change.
This commit is contained in:
Matthias Clasen
2023-06-27 07:09:04 -04:00
parent 33fc4d6495
commit 723fb6c8be

View 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"