Comment cleanup. Added info vars reference to docs

This commit is contained in:
epipho
2015-02-03 23:20:25 -05:00
committed by Derek Parker
parent c7fe4e3e88
commit 46b5348455
4 changed files with 44 additions and 43 deletions

View File

@ -262,7 +262,7 @@ func info(p *proctl.DebuggedProcess, args ...string) error {
data = filterVariables(vars, filter)
default:
return fmt.Errorf("unsupported info type, must be sources, funcs, locals, args, or vars")
return fmt.Errorf("unsupported info type, must be args, funcs, locals, sources, or vars")
}
// sort and output data