logical/framework: Fix help text in PathMap

This commit is contained in:
Jonathan Sokolowski 2015-05-15 07:56:32 +10:00
parent 6746a24c78
commit d58512b3f8

View file

@ -120,7 +120,7 @@ func (p *PathMap) Paths() []*Path {
logical.DeleteOperation: p.pathSingleDelete, logical.DeleteOperation: p.pathSingleDelete,
}, },
HelpSynopsis: fmt.Sprintf("Read/write/Delete a single %s mapping", p.Name), HelpSynopsis: fmt.Sprintf("Read/write/delete a single %s mapping", p.Name),
}, },
} }
} }