cmd/ssadump: fix usage message

Change-Id: I95fee5042e39156462a5c21ade29d7216474be02
Reviewed-on: https://go-review.googlesource.com/8384
Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
Alan Donovan 2015-04-02 09:58:18 -04:00
parent 65b5a8eca7
commit c6a14e550a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Usage: ssadump [<flag> ...] <args> ...
Use -help flag to display options. Use -help flag to display options.
Examples: Examples:
% ssadump -build=FPG hello.go # quickly dump SSA form of a single package % ssadump -build=FP -importbin hello.go # quickly dump SSA form of a single package
% ssadump -run -interp=T hello.go # interpret a program, with tracing % ssadump -run -interp=T hello.go # interpret a program, with tracing
% ssadump -run -test unicode -- -test.v # interpret the unicode package's tests, verbosely % ssadump -run -test unicode -- -test.v # interpret the unicode package's tests, verbosely
` + loader.FromArgsUsage + ` + loader.FromArgsUsage +