summaryrefslogtreecommitdiff
path: root/tools/rrdbot-get.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rrdbot-get.c')
-rw-r--r--tools/rrdbot-get.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/rrdbot-get.c b/tools/rrdbot-get.c
index 9b038dd..c6be921 100644
--- a/tools/rrdbot-get.c
+++ b/tools/rrdbot-get.c
@@ -199,7 +199,7 @@ print_result (struct snmp_value* value)
if (ctx.numeric)
printf ("%s", asn_oid2str (&value->var));
else
- mib_format (&value->var, stdout);
+ mib_format (&value->var, stdout, ctx.verbose);
printf(": ");
@@ -398,8 +398,8 @@ process_simple (void)
static void
usage()
{
- fprintf(stderr, "usage: rrdbot-get [-Mnrv] [-t timeout] [-m mibdir] snmp://community@host/oid\n");
- fprintf(stderr, " rrdbot-get -V\n");
+ fprintf(stderr, "usage: rrdbot-get -V\n");
+ fprintf(stderr, " rrdbot-get [-Mnrv] [-t timeout] [-m mibdir] [-s srcaddr] snmp://community@host/oid\n");
exit(2);
}