diff options
-rw-r--r-- | lib/snmp/src/compile/snmpc.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/snmp/src/compile/snmpc.src b/lib/snmp/src/compile/snmpc.src index bafcc79150..5ad88eacc8 100644 --- a/lib/snmp/src/compile/snmpc.src +++ b/lib/snmp/src/compile/snmpc.src @@ -102,7 +102,7 @@ usage() -> "~n correspond to an OTP application. For example snmp/mibs/" "~n The current workin dir and the <snmp-home>/priv/mibs " "~n are always listed last the includ path. " - "~n --db <DB> - Database ro used for the defaul instrumentation." + "~n --db <DB> - Database to used for the default instrumentation." "~n Defaults to volatile." "~n --deprecated - Keep deprecated definition(s)." "~n If not specified the compiler will ignore" @@ -111,7 +111,7 @@ usage() -> "~n --reference - The REFERENCE field will be included." "~n --imports - The IMPORTS field will be included." "~n --module_id - The MODULE-IDENTITY field will be included." - "~n --module <module - The module which implements all the instrumentation" + "~n --module <module> - The module which implements all the instrumentation" "~n functions. " "~n The name of the of all instrumentation functions" "~n must be the same as the corresponding managed object" |