summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ngctl/debug.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-26 10:27:18 +0000
committerru <ru@FreeBSD.org>2004-01-26 10:27:18 +0000
commit0455fe1058b9ad95f74f2f7e78bdc84e8463f79a (patch)
tree19c1d148874db0b1a5c18f726c2a1fc177e69dc5 /usr.sbin/ngctl/debug.c
parentb2153115982e1f5278468840fc4b6baec415a64a (diff)
downloadFreeBSD-src-0455fe1058b9ad95f74f2f7e78bdc84e8463f79a.zip
FreeBSD-src-0455fe1058b9ad95f74f2f7e78bdc84e8463f79a.tar.gz
Make this WARNS=3 clean.
Diffstat (limited to 'usr.sbin/ngctl/debug.c')
-rw-r--r--usr.sbin/ngctl/debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ngctl/debug.c b/usr.sbin/ngctl/debug.c
index 7b355e5..fbfce4e 100644
--- a/usr.sbin/ngctl/debug.c
+++ b/usr.sbin/ngctl/debug.c
@@ -48,7 +48,8 @@ const struct ngcmd debug_cmd = {
"Without any argument, this command displays the current"
" debugging verbosity level. If the argument is ``+'' or ``-''"
" the debug level is incremented or decremented; otherwise,"
- " it must be an absolute numerical level."
+ " it must be an absolute numerical level.",
+ {}
};
static int
OpenPOWER on IntegriCloud