[gimp] app-tools: fix gimp-debug-tool usage message



commit bf6d9b7fd8369e54b961f9541dc4b1959185e4bb
Author: Ell <ell_se yahoo com>
Date:   Sat Mar 10 17:09:00 2018 -0500

    app-tools: fix gimp-debug-tool usage message

 app-tools/gimp-debug-tool.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app-tools/gimp-debug-tool.c b/app-tools/gimp-debug-tool.c
index e5bf2cd..0d03ee9 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);
     }
 


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