Skip to content

Commit

Permalink
change wording (#747)
Browse files Browse the repository at this point in the history
## Description

Minor change to the ocm command documentation.
  • Loading branch information
morri-son authored Apr 25, 2024
1 parent 2ea3ed6 commit f125c4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmds/ocm/commands/ocmcmds/components/add/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ The resource <code>text</code> is taken from a file <code>testdata</code> locate
next to the description file.
`,
Long: `
Add component versions specified by a description file to a Common Transport
Archive. This might be either a directory prepared to host component version
Add component versions specified by a constructor file to a Common Transport
Archive. The archive might be either a directory prepared to host component version
content or a tar/tgz file (see option --type).
If option <code>--create</code> is given, the archive is created first. An
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/ocm_add_componentversions.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ componentversions, componentversion, cv, components, component, comps, comp, c
### Description


Add component versions specified by a description file to a Common Transport
Archive. This might be either a directory prepared to host component version
Add component versions specified by a constructor file to a Common Transport
Archive. The archive might be either a directory prepared to host component version
content or a tar/tgz file (see option --type).

If option <code>--create</code> is given, the archive is created first. An
Expand Down

0 comments on commit f125c4b

Please sign in to comment.