Fix a last-minute, but more importantly, an untested change that

made the previous commit non-functional: the usage string was put
in the wrong field...
This commit is contained in:
Marcel Moolenaar 2007-10-21 19:38:21 +00:00
parent d4ffc7ac35
commit b3f09ae457
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172856

View File

@ -88,7 +88,7 @@ struct g_command class_commands[] = {
G_OPT_SENTINEL },
"geom", NULL
},
{ "show", 0, gpart_show, G_NULL_OPTS, "[geom ...]", NULL },
{ "show", 0, gpart_show, G_NULL_OPTS, NULL, "[geom ...]" },
{ "undo", 0, NULL, G_NULL_OPTS, "geom", NULL },
G_CMD_SENTINEL
};