Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mandelsoft committed Feb 15, 2024
1 parent 437cb83 commit cd1e5ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmds/ocm/commands/ocmcmds/components/check/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func NewCommand(ctx clictx.Context, names ...string) *cobra.Command {
func (o *Command) ForName(name string) *cobra.Command {
return &cobra.Command{
Use: "[<options>] {<component-reference>}",
Short: "check completeness of a component version in an OCM repository",
Short: "Check completeness of a component version in an OCM repository",
Long: `
This command checks, whether component versions are completely contained
in an OCM repository with all its dependent component references.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/ocm_check.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ ocm check [<options>] <sub command> ...

##### Sub Commands

* [ocm check <b>componentversions</b>](ocm_check_componentversions.md) &mdash; check completeness of a component version in an OCM repository
* [ocm check <b>componentversions</b>](ocm_check_componentversions.md) &mdash; Check completeness of a component version in an OCM repository

0 comments on commit cd1e5ee

Please sign in to comment.