Update help command

This commit is contained in:
Derek Parker
2014-11-08 08:58:09 -06:00
parent d2ebf4dc83
commit 2e99a24b4e

View File

@ -79,6 +79,7 @@ func help(p *proctl.DebuggedProcess, ars ...string) error {
continue - Run until breakpoint or program termination.
step - Single step through program.
next - Step over to next source line.
threads - Print out info for every traced thread.
print $var - Evaluate a variable.`)
return nil