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)`, } }