Merge pull request #442 from syohex/fix-go-tool-pprof

Fix 'go tool pprof' completion error
This commit is contained in:
nicoulaj
2016-09-01 21:45:35 +02:00
committed by GitHub
+1 -1
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]' \