summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 872edb0..4513c4c 100644
--- a/README
+++ b/README
@@ -120,8 +120,8 @@ visualisation purposes (SNMP manager side) and/or become management targets
Since PySNMP native MIB compiler/codegenerator is not yet implemented,
the Python dump feature of libsmi library [6] is used. In order to convert MIB
-text files into pysnmp.smi-compliant Python source, the following procedure
-could be used:
+text files into pysnmp.smi-compliant Python source, something like the
+following UNIX shell script could be used:
for srcfile in /usr/share/snmp/mibs/*txt
do