aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCarolyn Van Slyck <[email protected]>2019-06-20 10:10:00 -0500
committerRon Evans <[email protected]>2019-06-20 19:05:06 +0200
commitc0ff4e566d1bd0a740e1aa0ff02fb263ac392400 (patch)
treee3a81656f26d9ed62515cd92d0d530467d4f0bc1
parentce9b21a270fdf84d5760e244d8ebb64cd25ccf90 (diff)
downloadtinygo-c0ff4e566d1bd0a740e1aa0ff02fb263ac392400.tar.gz
tinygo-c0ff4e566d1bd0a740e1aa0ff02fb263ac392400.zip
Include test in helptext
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 546125379..8d240c06c 100644
--- a/main.go
+++ b/main.go
@@ -547,6 +547,7 @@ func usage() {
fmt.Fprintln(os.Stderr, "\ncommands:")
fmt.Fprintln(os.Stderr, " build: compile packages and dependencies")
fmt.Fprintln(os.Stderr, " run: compile and run immediately")
+ fmt.Fprintln(os.Stderr, " test: test packages")
fmt.Fprintln(os.Stderr, " flash: compile and flash to the device")
fmt.Fprintln(os.Stderr, " gdb: run/flash and immediately enter GDB")
fmt.Fprintln(os.Stderr, " clean: empty cache directory ("+cacheDir()+")")