From 04bba70cc1e693e75e7ec9f8036bff57b4f6ce60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salm=C4=81n=20Aljamm=C4=81z?= Date: Thu, 25 Dec 2014 19:20:21 +0000 Subject: [PATCH] camput: s/name/title in usage string fixes #544 Change-Id: Ie39e1fb1e26b80853f9d02d15187f221bf5dbaa6 --- cmd/camput/permanode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/camput/permanode.go b/cmd/camput/permanode.go index 3e23a6075..0be79e68e 100644 --- a/cmd/camput/permanode.go +++ b/cmd/camput/permanode.go @@ -57,7 +57,7 @@ func (c *permanodeCmd) Usage() { func (c *permanodeCmd) Examples() []string { return []string{ " (create a new permanode)", - `-name="Some Name" -tag=foo,bar (with attributes added)`, + `-title="Some Title" -tag=foo,bar (with attributes added)`, } }