logical/framework: Fix help text in PathMap
This commit is contained in:
parent
6746a24c78
commit
d58512b3f8
|
@ -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),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue