summaryrefslogtreecommitdiff
path: root/examples/v3arch/asyncore/agent/cmdrsp
diff options
context:
space:
mode:
authorelie <elie>2015-12-19 21:23:46 +0000
committerelie <elie>2015-12-19 21:23:46 +0000
commit912c8fe4dc58c32996fb393fe9c05da1bcacd934 (patch)
treea4b94a6c9e75a6faa72668f2fb403b4f1dffcbdc /examples/v3arch/asyncore/agent/cmdrsp
parentee1bcb9cd549f0a91c0f561951bdaced76b6042f (diff)
downloadpysnmp-git-912c8fe4dc58c32996fb393fe9c05da1bcacd934.tar.gz
changed/removed quotes
Diffstat (limited to 'examples/v3arch/asyncore/agent/cmdrsp')
-rw-r--r--examples/v3arch/asyncore/agent/cmdrsp/implementing-snmp-table.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/v3arch/asyncore/agent/cmdrsp/implementing-snmp-table.py b/examples/v3arch/asyncore/agent/cmdrsp/implementing-snmp-table.py
index bf6d0423..7c2a102d 100644
--- a/examples/v3arch/asyncore/agent/cmdrsp/implementing-snmp-table.py
+++ b/examples/v3arch/asyncore/agent/cmdrsp/implementing-snmp-table.py
@@ -14,7 +14,7 @@ the following options:
The following Net-SNMP commands will populate and walk a table:
-| $ snmpset -v2c -c public 127.0.0.1 1.3.6.6.1.5.2.97.98.99 s 'my value'
+| $ snmpset -v2c -c public 127.0.0.1 1.3.6.6.1.5.2.97.98.99 s "my value"
| $ snmpset -v2c -c public 127.0.0.1 1.3.6.6.1.5.4.97.98.99 i 4
| $ snmpwalk -v2c -c public 127.0.0.1 1.3.6