Skip to content

Commit

Permalink
Fix version argument (#17739)
Browse files Browse the repository at this point in the history
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
  • Loading branch information
davidcorrigan714 and VioletHynes committed Aug 16, 2023
1 parent 35c0041 commit 7518664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/commands/plugin/register.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ flags](/vault/docs/commands) included on all commands.
- `-command` `(string: "")` - Name of the command to run to invoke the binary.
By default, this is the name of the plugin.

- `-plugin-version` `(string: "")` - Semantic version of the plugin to run from
- `-version` `(string: "")` - Semantic version of the plugin to run from
the catalog. If unspecified, refers to the unversioned plugin registered with
the same name and type, or the built-in plugin, in that order of precedence.

0 comments on commit 7518664

Please sign in to comment.