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:
parent
65b5a8eca7
commit
c6a14e550a
|
@ -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 +
|
||||||
|
|
Loading…
Reference in New Issue