Этот коммит содержится в:
Carolyn Van Slyck 2019-06-20 10:10:00 -05:00 коммит произвёл Ron Evans
родитель ce9b21a270
коммит c0ff4e566d

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

@ -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()+")")