From bf6d9b7fd8369e54b961f9541dc4b1959185e4bb Mon Sep 17 00:00:00 2001 From: Ell Date: Sat, 10 Mar 2018 17:09:00 -0500 Subject: [PATCH] app-tools: fix gimp-debug-tool usage message --- app-tools/gimp-debug-tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-tools/gimp-debug-tool.c b/app-tools/gimp-debug-tool.c index e5bf2cd0b6..0d03ee93da 100644 --- a/app-tools/gimp-debug-tool.c +++ b/app-tools/gimp-debug-tool.c @@ -56,7 +56,7 @@ main (int argc, if (argc != 6) { - g_print ("Usage: gimpdebug-2.0 [PROGRAM] [PID] [REASON] [MESSAGE] [BT_FILE]\n"); + g_print ("Usage: gimp-debug-tool-2.0 [PROGRAM] [PID] [REASON] [MESSAGE] [BT_FILE]\n"); exit (EXIT_FAILURE); }