Cleanup some usage messages

Summary: Cleanup some usage messages slightly

Reviewed By: martinoluca

Differential Revision: D3529233

fbshipit-source-id: 8fbb33e
master
Josh Berdine 9 years ago committed by Facebook Github Bot 1
parent ac50b01240
commit caff49e411

@ -1127,11 +1127,14 @@ let exe_usage (exe : CLOpt.exe) =
Analyze the files captured in the project results directory, \
which can be specified with the --results-dir option."
| Clang ->
"\nUsage: InferClang -c C Files -ast AST Files --results-dir <output-dir> [options] \n"
"Usage: InferClang -c <c files> -ast <ast files> --results-dir <output-dir> [options] \n\
Translate the given files using clang into infer internal representation for later analysis."
| Java ->
"Usage: InferJava -d compilation_dir -sources filename\n"
"Usage: InferJava [options]\n\
Translate the given files using javac into infer internal representation for later analysis."
| Llvm ->
"Usage: InferLLVM -c <cfile> [options]\n"
"Usage: InferLLVM -c <c file> [options]\n\
Translate the given files using llvm into infer internal representation for later analysis."
| Print ->
"Usage: InferPrint [options] name1.specs ... namen.specs\n\
Read, convert, and print .specs files. \

Loading…
Cancel
Save