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:
parent
3d5784342d
commit
22aea3dc67
@ -144,7 +144,7 @@ process_line (const char *line)
|
|||||||
{
|
{
|
||||||
if (argc != 3)
|
if (argc != 3)
|
||||||
{
|
{
|
||||||
g_print ("usage: menu <window-id> <parent-id>");
|
g_print ("usage: set_parent <window-id> <parent-id>");
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user