From 63779309479daa63297399cf8951360912213ad6 Mon Sep 17 00:00:00 2001 From: Gerald Morrison <67469729+morri-son@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:44:00 +0200 Subject: [PATCH] modify add sources doc --- cmds/ocm/commands/ocmcmds/sources/add/cmd.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmds/ocm/commands/ocmcmds/sources/add/cmd.go b/cmds/ocm/commands/ocmcmds/sources/add/cmd.go index 0f11b46d01..1b8e16782b 100644 --- a/cmds/ocm/commands/ocmcmds/sources/add/cmd.go +++ b/cmds/ocm/commands/ocmcmds/sources/add/cmd.go @@ -50,7 +50,8 @@ $ ocm add sources --file path/to/cafile sources.yaml func (o *Command) Long() string { return ` -Add source information specified in a resource file to a component version. +Add information about the sources, e.g. commits in a Github repository, +that have been used to create the resources specified in a resource file to a component version. So far only component archives are supported as target. This command accepts source specification files describing the sources