Add the long missing "destroy" option.
MFC after: 2 weeks
This commit is contained in:
parent
9d3f36a309
commit
f5111a1fc3
@ -54,6 +54,10 @@ struct g_command class_commands[] = {
|
||||
"label", G_FLAG_VERBOSE | G_FLAG_LOADKLD, mp_main, G_NULL_OPTS,
|
||||
NULL, "[-v] name prov ..."
|
||||
},
|
||||
{
|
||||
"destroy", G_FLAG_VERBOSE, NULL, G_NULL_OPTS,
|
||||
NULL, "[-v] prov ..."
|
||||
},
|
||||
{
|
||||
"clear", G_FLAG_VERBOSE, mp_main, G_NULL_OPTS,
|
||||
NULL, "[-v] prov ..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user