mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 18:27:37 +08:00
Comment cleanup. Added info vars reference to docs
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user