We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0b667 commit 5d37c82Copy full SHA for 5d37c82
intro.tex
@@ -2070,7 +2070,7 @@
2070
\item common notation for shell: \verb#program -option arguments#
2071
\item options are in the form of \texttt{-x} or \texttt{-x \emph{value}},
2072
where \texttt{x} is alphanumeric, \texttt{\emph{value}} is an arbitrary string
2073
-\item multiple options can be unified: \texttt{ls -lRa}
+\item multiple options can be grouped: \texttt{ls -lRa}
2074
\item '\texttt{--}' or first argument not starting with '\texttt{-}'
2075
marks the end of options and arguments following are not considered options even
2076
if they start with '\texttt{-}'.
0 commit comments