mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
Allow GEOM utilities to specify a -v option.
Follow up for 3c8192eb8267
(cherry picked from commit e38717c128
)
This commit is contained in:
parent
0fdc76eaab
commit
8b495114ea
@ -445,7 +445,7 @@ set_flags(struct g_command *cmd)
|
||||
{
|
||||
unsigned flags = 0;
|
||||
|
||||
if ((cmd->gc_flags & G_FLAG_VERBOSE) != 0)
|
||||
if ((cmd->gc_flags & G_FLAG_VERBOSE) != 0 && verbose)
|
||||
flags |= G_FLAG_VERBOSE;
|
||||
|
||||
return (flags);
|
||||
|
Loading…
Reference in New Issue
Block a user