G_TYPE_NONE was replaced with G_TYPE_BOOL.
This commit is contained in:
parent
f187490a2d
commit
aee5398c29
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163887
4
sbin/geom/class/cache/geom_cache.c
vendored
4
sbin/geom/class/cache/geom_cache.c
vendored
@ -74,7 +74,7 @@ struct g_command class_commands[] = {
|
||||
},
|
||||
{ "destroy", G_FLAG_VERBOSE, NULL,
|
||||
{
|
||||
{ 'f', "force", NULL, G_TYPE_NONE },
|
||||
{ 'f', "force", NULL, G_TYPE_BOOL },
|
||||
G_OPT_SENTINEL
|
||||
},
|
||||
"[-fv] name ..."
|
||||
@ -95,7 +95,7 @@ struct g_command class_commands[] = {
|
||||
},
|
||||
{ "stop", G_FLAG_VERBOSE, NULL,
|
||||
{
|
||||
{ 'f', "force", NULL, G_TYPE_NONE },
|
||||
{ 'f', "force", NULL, G_TYPE_BOOL },
|
||||
G_OPT_SENTINEL
|
||||
},
|
||||
"[-fv] name ..."
|
||||
|
Loading…
Reference in New Issue
Block a user