remove superfluous -pdu

This commit is contained in:
Lev Walkin 2017-11-11 17:08:26 -08:00
parent 3be4919d01
commit d5f6647fc5
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ END
\item Compile it into the set of .c and .h files using \cmd{asn1c} compiler:
\begin{bash}
asn1c -pdu=%\textbf{Rectangle}% -gen-OER -gen-PER %\textbf{rectangle.asn}%
asn1c -gen-OER -gen-PER %\textbf{rectangle.asn}%
\end{bash}
\item Create the converter and dumper: