svn commit: r213187 - head/sbin/geom/class/part

Andrey V. Elsukov ae at FreeBSD.org
Sun Sep 26 21:48:33 UTC 2010


Author: ae
Date: Sun Sep 26 21:48:32 2010
New Revision: 213187
URL: http://svn.freebsd.org/changeset/base/213187

Log:
  Remove superfluous word from "gpart bootcode" usage message.
  
  Approved by:	kib (mentor)

Modified:
  head/sbin/geom/class/part/geom_part.c

Modified: head/sbin/geom/class/part/geom_part.c
==============================================================================
--- head/sbin/geom/class/part/geom_part.c	Sun Sep 26 16:52:05 2010	(r213186)
+++ head/sbin/geom/class/part/geom_part.c	Sun Sep 26 21:48:32 2010	(r213187)
@@ -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"


More information about the svn-src-all mailing list