mirror of https://github.com/perkeep/perkeep.git
camput: s/name/title in usage string
fixes #544 Change-Id: Ie39e1fb1e26b80853f9d02d15187f221bf5dbaa6
This commit is contained in:
parent
63a0e5d9fe
commit
04bba70cc1
|
@ -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)`,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue