summaryrefslogtreecommitdiff
path: root/Doc/lib/libshutil.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libshutil.tex')
-rw-r--r--Doc/lib/libshutil.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libshutil.tex b/Doc/lib/libshutil.tex
index 1f3f6d863c..5da3a0e196 100644
--- a/Doc/lib/libshutil.tex
+++ b/Doc/lib/libshutil.tex
@@ -44,7 +44,7 @@ file type and creator codes will not be correct.
\begin{funcdesc}{copy2}{src, dst}
Similar to \function{copy()}, but last access time and last
modification time are copied as well. This is similar to the
- \UNIX{} command \program{cp -p}.
+ \UNIX{} command \program{cp} \programopt{-p}.
\end{funcdesc}
\begin{funcdesc}{copytree}{src, dst\optional{, symlinks}}