From: Matthias Clasen Date: Tue, 27 Jun 2023 11:09:04 +0000 (-0400) Subject: gtk4-builder-tool: Fix naming X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~93^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=723fb6c8be4d8547d0c0b9b6fe03be077b37e171;p=gtk4.git gtk4-builder-tool: Fix naming We install the tool as gtk4-builder-tool, so that is what it should call itself. String change. --- diff --git a/tools/gtk-builder-tool.c b/tools/gtk-builder-tool.c index 5ac829b519..48b23f0e06 100644 --- a/tools/gtk-builder-tool.c +++ b/tools/gtk-builder-tool.c @@ -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"