Skip to content

Commit 5d37c82

Browse files
author
Vladimir Kotal
committed
fix wording
1 parent 7b0b667 commit 5d37c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2070,7 +2070,7 @@
20702070
\item common notation for shell: \verb#program -option arguments#
20712071
\item options are in the form of \texttt{-x} or \texttt{-x \emph{value}},
20722072
where \texttt{x} is alphanumeric, \texttt{\emph{value}} is an arbitrary string
2073-
\item multiple options can be unified: \texttt{ls -lRa}
2073+
\item multiple options can be grouped: \texttt{ls -lRa}
20742074
\item '\texttt{--}' or first argument not starting with '\texttt{-}'
20752075
marks the end of options and arguments following are not considered options even
20762076
if they start with '\texttt{-}'.

0 commit comments

Comments
 (0)