summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-06-14 12:47:25 +0000
committerIan C <ianc@noddybox.co.uk>2018-06-14 12:47:25 +0000
commit1f64da7948c1b044a48cd3f2d4195042b157f2a7 (patch)
treed5540fd038c06ce01e97437b366ce9ec40775a8d
parent0c002cbbb76cfad649dd4c6af0b6ea5d4bd62623 (diff)
Fixed usage.HEADmaster
-rw-r--r--post.go4
1 files 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]