camput: s/name/title in usage string

fixes #544

Change-Id: Ie39e1fb1e26b80853f9d02d15187f221bf5dbaa6
This commit is contained in:
Salmān Aljammāz 2014-12-25 19:20:21 +00:00
parent 63a0e5d9fe
commit 04bba70cc1
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func (c *permanodeCmd) Usage() {
func (c *permanodeCmd) Examples() []string { func (c *permanodeCmd) Examples() []string {
return []string{ return []string{
" (create a new permanode)", " (create a new permanode)",
`-name="Some Name" -tag=foo,bar (with attributes added)`, `-title="Some Title" -tag=foo,bar (with attributes added)`,
} }
} }