summaryrefslogtreecommitdiff
path: root/post.go
diff options
context:
space:
mode:
Diffstat (limited to 'post.go')
-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]