From 1f64da7948c1b044a48cd3f2d4195042b157f2a7 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 14 Jun 2018 12:47:25 +0000 Subject: Fixed usage. --- post.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/post.go b/post.go index 8252435..7f0622d 100644 --- a/post.go +++ b/post.go @@ -11,8 +11,8 @@ func main() { argc := len(os.Args) if argc < 2 { - fmt.Println("usage: post url key1=value1 [... keyn=valuen]") - return + fmt.Println("usage: post url [key1=value1 [... keyn=valuen]]") + return } address := os.Args[1] -- cgit v1.2.3