From c94729ac5c234073c2048b79e106380b9078ddbc Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Tue, 2 Aug 2016 10:37:36 +0900 Subject: [PATCH] Fix 'go tool pprof' completion error --- src/_go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_go b/src/_go index 0c0c136..2f278b1 100644 --- a/src/_go +++ b/src/_go @@ -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]' \