diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/goctl/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/goctl/main.go b/cmd/goctl/main.go index 1537c9a..9a8e01c 100644 --- a/cmd/goctl/main.go +++ b/cmd/goctl/main.go @@ -12,7 +12,7 @@ import ( ) func main() { - var path = flag.String("path", "", "Socket path for sending commands (required).") + var path = flag.String("f", "", "socket path for sending commands (required)") flag.Parse() if *path == "" { |