Fix comment. pp-trace can only handle source file at a time.

git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@193746 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Thompson 2013-10-31 12:53:42 +00:00
Родитель 2ab631eaa0
Коммит 87dae20b5b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,7 @@
//
// The pp-trace tool supports the following general command line format:
//
// pp-trace [pp-trace options] (source file(s)) [compiler options]
// pp-trace [pp-trace options] (source file) [compiler options]
//
// Basically you put the pp-trace options first, then the source file or files,
// and then any options you want to pass to the compiler.