Check-in Number:
|
4988 | |
Date: |
2005-Jan-27 14:19:45 (local)
2005-Jan-27 13:19:45 (UTC) |
User: | thl |
Branch: | |
Comment: |
minor usage text correction |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/snmpdx/snmpdx.pl 1.15 -> 1.16
--- snmpdx.pl 2004/07/30 09:30:04 1.15
+++ snmpdx.pl 2005/01/27 13:19:45 1.16
@@ -520,7 +520,7 @@
Getopt::Long::Configure("bundling");
my $result = GetOptions(%options) || die "option parsing failed";
if ($opt->{'help'}) {
- print "Usage: $prg->{'name'} [options] [SPECFILE ...]\n" .
+ print "Usage: $prg->{'name'} [options] [MIB OID ...]\n" .
"Available options:\n" .
" -c,--config=PATH read command line options from configuration fil\n" .
" -V,--version print program version\n" .
|
|