mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
logical/framework: Fix help text in PathMap
This commit is contained in:
parent
a4f9bacb28
commit
3a2ad814bb
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ func (p *PathMap) Paths() []*Path {
|
|||
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