diff options
author | Björn Gustavsson <[email protected]> | 2012-11-15 09:34:06 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-11-26 11:12:58 +0100 |
commit | 058eba7c2f6661bac25eeacfb97e53fda162d141 (patch) | |
tree | a563127606c840508fd42e52122dd52d8281a1e6 /lib/asn1/doc/src/notes.xml | |
parent | 8ddc7bf875afb089daedf61e922b691d7c73792d (diff) | |
download | otp-058eba7c2f6661bac25eeacfb97e53fda162d141.tar.gz otp-058eba7c2f6661bac25eeacfb97e53fda162d141.tar.bz2 otp-058eba7c2f6661bac25eeacfb97e53fda162d141.zip |
Update documentation for the asn1 application
Diffstat (limited to 'lib/asn1/doc/src/notes.xml')
-rw-r--r-- | lib/asn1/doc/src/notes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 5ca86130a1..72b496caf7 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -483,7 +483,7 @@ ENUMERATION type, the compilation will be terminated with an error code.<br/> Below follows an example on how to use the option from the command line with <c>erlc</c>:<br/> - <c>erlc -bper_bin +optimize +driver +"{n2n,'CauseMisc'}" +"{n2n,'CausePcl'}" MyModyle.asn</c> + <c>erlc -bper+"{n2n,'CauseMisc'}" +"{n2n,'CausePcl'}" MyModyle.asn</c> </p> <p> Own Id: OTP-8136 Aux Id: seq11347 </p> |