typo fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-03-11 01:06:38 +03:00
parent e7c7bd2b8d
commit 2093b15021
2 changed files with 2 additions and 2 deletions

View File

@ -394,7 +394,7 @@ This will:
- %% >> code -> \begin{verbatim}code\end{verbatim}
- write the result to OUTPUT
If no OUTPUT is given cls2tex.sh will read stdout. If no INPUT
If no OUTPUT is given cls2tex.sh will write to stdout. If no INPUT
is given cls2tex.sh will read stdin.
PREFIX can replace the second "%" in the above patterns to make it

View File

@ -31,7 +31,7 @@ printhelp(){
echo " - %% >> code -> \\begin{verbatim}code\\end{verbatim}"
echo " - write the result to OUTPUT"
echo
echo "If no OUTPUT is given $SCRIPT_NAME will read stdout. If no INPUT"
echo "If no OUTPUT is given $SCRIPT_NAME will write to stdout. If no INPUT"
echo "is given $SCRIPT_NAME will read stdin."
echo
echo "PREFIX can replace the second \"%\" in the above patterns to make it"