diff options
Diffstat (limited to 'usr.sbin/pkg_install/lib/global.c')
-rw-r--r-- | usr.sbin/pkg_install/lib/global.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/lib/global.c b/usr.sbin/pkg_install/lib/global.c index 8e94f56eb0c76..e136ec86a6f2c 100644 --- a/usr.sbin/pkg_install/lib/global.c +++ b/usr.sbin/pkg_install/lib/global.c @@ -26,7 +26,7 @@ __FBSDID("$FreeBSD$"); /* These are global for all utils */ Boolean Quiet = FALSE; -Boolean Verbose = FALSE; Boolean Fake = FALSE; Boolean Force = FALSE; int AutoAnswer = FALSE; +int Verbose = 0; /* Allow multiple levels of verbose. */ |