summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-07-11 19:27:40 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-07-11 19:27:40 +0000
commit09826e3e2ff1faa28441968d053dafa672536321 (patch)
tree60c237b970227c3ee4b84442a76ab38ee151dc7c /docs/CommandGuide
parent63bb60fc320f6076f31e1dbe18b67b0ff1ecdd71 (diff)
downloadllvm-09826e3e2ff1faa28441968d053dafa672536321.tar.gz
llvm-09826e3e2ff1faa28441968d053dafa672536321.tar.bz2
llvm-09826e3e2ff1faa28441968d053dafa672536321.tar.xz
Update documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75375 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/llvmc.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/CommandGuide/llvmc.pod b/docs/CommandGuide/llvmc.pod
index 86a721a6c4..e3031e123d 100644
--- a/docs/CommandGuide/llvmc.pod
+++ b/docs/CommandGuide/llvmc.pod
@@ -73,8 +73,9 @@ default behaviour.
=item B<--temp-dir> I<directory>
-Write temporary files to the specified directory. This option overrides
-I<--save-temps>.
+Store temporary files in the given directory. This directory is deleted on exit
+unless I<--save-temps> is specified. If I<--save-temps=obj> is also specified,
+I<--temp-dir> is given the precedence.
=item B<--help>