From d8eb71788e7982c0eaa5e7cd8dfa13fe8d89f563 Mon Sep 17 00:00:00 2001 From: wkoszek Date: Fri, 3 Mar 2006 21:35:57 +0000 Subject: Print "clear" and "dump" only once. Reviewed by: pjd Approved by: cognet (mentor) MFC after: 3 days --- sbin/geom/class/shsec/geom_shsec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/geom/class') diff --git a/sbin/geom/class/shsec/geom_shsec.c b/sbin/geom/class/shsec/geom_shsec.c index 2b98713..c5b8163 100644 --- a/sbin/geom/class/shsec/geom_shsec.c +++ b/sbin/geom/class/shsec/geom_shsec.c @@ -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, { -- cgit v1.1