1
1
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:
Ell
2018-03-10 17:09:00 -05:00
parent 5893d2dc73
commit bf6d9b7fd8

View File

@@ -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);
}