Add the long missing "destroy" option.

MFC after:	2 weeks
This commit is contained in:
Matt Jacob 2010-02-04 21:51:33 +00:00
parent 9d3f36a309
commit f5111a1fc3

View File

@ -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 ..."