mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
app-tools: fix gimp-debug-tool usage message
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user