I am writing a short manual for a program in latex, and would like to use the double dash (--) in the text, but latex convert that to a "En dash"...
I use it in a list:
Code: Select all
\begin{description}
\item[-h, --help:] Display the help message.
\end{description}
What i want is a double dash, like the first one.
How do I do that?