mirror of
https://github.com/flynx/photobook.git
synced 2025-11-03 04:40:11 +00:00
typo fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e7c7bd2b8d
commit
2093b15021
@ -394,7 +394,7 @@ This will:
|
|||||||
- %% >> code -> \begin{verbatim}code\end{verbatim}
|
- %% >> code -> \begin{verbatim}code\end{verbatim}
|
||||||
- write the result to OUTPUT
|
- 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.
|
is given cls2tex.sh will read stdin.
|
||||||
|
|
||||||
PREFIX can replace the second "%" in the above patterns to make it
|
PREFIX can replace the second "%" in the above patterns to make it
|
||||||
|
|||||||
@ -31,7 +31,7 @@ printhelp(){
|
|||||||
echo " - %% >> code -> \\begin{verbatim}code\\end{verbatim}"
|
echo " - %% >> code -> \\begin{verbatim}code\\end{verbatim}"
|
||||||
echo " - write the result to OUTPUT"
|
echo " - write the result to OUTPUT"
|
||||||
echo
|
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 "is given $SCRIPT_NAME will read stdin."
|
||||||
echo
|
echo
|
||||||
echo "PREFIX can replace the second \"%\" in the above patterns to make it"
|
echo "PREFIX can replace the second \"%\" in the above patterns to make it"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user