Print "clear" and "dump" only once.

Reviewed by:	pjd
Approved by:	cognet (mentor)
MFC after:	3 days
This commit is contained in:
Wojciech A. Koszek 2006-03-03 21:35:57 +00:00
parent b0b13d1534
commit 98213e5c70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156257

View File

@ -53,10 +53,10 @@ static void shsec_label(struct gctl_req *req);
struct g_command class_commands[] = {
{ "clear", G_FLAG_VERBOSE, shsec_main, G_NULL_OPTS,
"clear [-v] prov ..."
"[-v] prov ..."
},
{ "dump", 0, shsec_main, G_NULL_OPTS,
"dump prov ..."
"prov ..."
},
{ "label", G_FLAG_VERBOSE | G_FLAG_LOADKLD, shsec_main,
{