Fix 'go tool pprof' completion error

This commit is contained in:
Syohei YOSHIDA 2016-08-02 10:37:36 +09:00
parent 4195d4f6ee
commit c94729ac5c
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ _go() {
'-web[visualize graph through web browser]' \
'-weblist=[output annotated source in HTML]:p' \
'-output=[generate output on file f (stdout by default)]:f' \
'-functions[report at function level [default]]' \
'-functions[report at function level (default)]' \
'-files[report at source file level]' \
'-lines[report at source line level]' \
'-addresses[report at address level]' \