Skip to content

Commit

Permalink
Missing terraform
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <michaelsv@jfrog.com>
  • Loading branch information
sverdlov93 committed Jan 25, 2024
1 parent 8afc825 commit 9c60bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/cliutils/commandsflags.go
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ var flagsMap = map[string]cli.Flag{
},
specVars: cli.StringFlag{
Name: specVars,
Usage: "[Optional] List of variables in the form of \"key1=value1;key2=value2;...\" to be replaced in the File Spec. In the File Spec, the variables should be used as follows: ${key1}.` `",
Usage: "[Optional] List of variables in the form of \"key1=value1;key2=value2;...\" (wrapped by quotes) to be replaced in the File Spec. In the File Spec, the variables should be used as follows: ${key1}.` `",
},
buildName: cli.StringFlag{
Name: buildName,
Expand Down Expand Up @@ -1172,7 +1172,7 @@ var flagsMap = map[string]cli.Flag{
},
vars: cli.StringFlag{
Name: vars,
Usage: "[Optional] List of variables in the form of \"key1=value1;key2=value2;...\" to be replaced in the template. In the template, the variables should be used as follows: ${key1}.` `",
Usage: "[Optional] List of variables in the form of \"key1=value1;key2=value2;...\" (wrapped by quotes) to be replaced in the template. In the template, the variables should be used as follows: ${key1}.` `",
},
rtAtcGroups: cli.StringFlag{
Name: Groups,
Expand Down

0 comments on commit 9c60bb9

Please sign in to comment.