summaryrefslogtreecommitdiff
path: root/ASNMP/examples/set/set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ASNMP/examples/set/set.cpp')
-rw-r--r--ASNMP/examples/set/set.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ASNMP/examples/set/set.cpp b/ASNMP/examples/set/set.cpp
index baa6cfbf111..73302ab69c1 100644
--- a/ASNMP/examples/set/set.cpp
+++ b/ASNMP/examples/set/set.cpp
@@ -210,8 +210,8 @@ void set::usage()
{
cout << "Usage:\n";
cout << "next [options] dotted-quad | DNSName[:port]\n";
- cout << " -o OID starts with oid after 1.3.6.1.2.1.1.1.0 (mibII sysDescr.0) \n";
- cout << " -c Community_name, default is 'private' \n";
+ cout << " -o OID starts with oid after 1.3.6.1.2.1.1.1.0 (mibII sysDescr.0)\n";
+ cout << " -c Community_name, default is 'private'\n";
cout << " -r N retries default is N = 1 retry\n";
cout << " -t N timeout in seconds default is 1 second\n";
cout << " -O oid_to_set -{I,U,G,S,P} value\n";