From 6259ffb4556cb8fee8b870ef48dc4b2b6aa1ac2e Mon Sep 17 00:00:00 2001 From: "Andrey V. Elsukov" Date: Sun, 26 Sep 2010 21:48:32 +0000 Subject: [PATCH] Remove superfluous word from "gpart bootcode" usage message. Approved by: kib (mentor) --- sbin/geom/class/part/geom_part.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/geom/class/part/geom_part.c b/sbin/geom/class/part/geom_part.c index dd5567cac60f..426e1d6133a7 100644 --- a/sbin/geom/class/part/geom_part.c +++ b/sbin/geom/class/part/geom_part.c @@ -105,7 +105,7 @@ struct g_command PUBSYM(class_commands)[] = { { 'i', GPART_PARAM_INDEX, G_VAL_OPTIONAL, G_TYPE_NUMBER }, { 'f', "flags", GPART_FLAGS, G_TYPE_STRING }, G_OPT_SENTINEL }, - "bootcode [-b bootcode] [-p partcode] [-i index] [-f flags] geom" + "[-b bootcode] [-p partcode] [-i index] [-f flags] geom" }, { "commit", 0, gpart_issue, G_NULL_OPTS, "geom"