diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-06-14 12:47:25 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-06-14 12:47:25 +0000 |
commit | 1f64da7948c1b044a48cd3f2d4195042b157f2a7 (patch) | |
tree | d5540fd038c06ce01e97437b366ce9ec40775a8d /post.go | |
parent | 0c002cbbb76cfad649dd4c6af0b6ea5d4bd62623 (diff) |
Diffstat (limited to 'post.go')
-rw-r--r-- | post.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |