tests: Fix usage message for "set_parent"

"set_parent" usage message was referring to "menu" which is not a valid
command.
This commit is contained in:
Olivier Fourdan 2018-07-18 14:25:30 +02:00
parent 3d5784342d
commit 22aea3dc67

View File

@ -144,7 +144,7 @@ process_line (const char *line)
{
if (argc != 3)
{
g_print ("usage: menu <window-id> <parent-id>");
g_print ("usage: set_parent <window-id> <parent-id>");
goto out;
}