diff options
author | Micael Karlberg <[email protected]> | 2011-07-18 15:27:17 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-07-18 15:27:17 +0200 |
commit | fc26533846df044af302e5f27363cb8025fa7151 (patch) | |
tree | 67ffc59080f8d6853f8087b4962fb404b463a6c7 /lib/snmp/doc | |
parent | cac2257eeee2158fc0348913a7551fd947f40787 (diff) | |
download | otp-fc26533846df044af302e5f27363cb8025fa7151.tar.gz otp-fc26533846df044af302e5f27363cb8025fa7151.tar.bz2 otp-fc26533846df044af302e5f27363cb8025fa7151.zip |
[compiler] Make documentation for the snmpc escript
regarding the the new option for warnings as errors
("--wae" in this case).
Tuncer Ayaz.
OTP-9437
Diffstat (limited to 'lib/snmp/doc')
-rw-r--r-- | lib/snmp/doc/src/snmpc_cmd.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/snmp/doc/src/snmpc_cmd.xml b/lib/snmp/doc/src/snmpc_cmd.xml index 9358382a10..e3064fc086 100644 --- a/lib/snmp/doc/src/snmpc_cmd.xml +++ b/lib/snmp/doc/src/snmpc_cmd.xml @@ -178,6 +178,11 @@ it will be. </p> </item> + <tag>--wae</tag> + <item> + <p>Warnings as errors. Indicates that warnings shall be treated as errors. </p> + </item> + </taglist> </section> |