Skip to content

Commit d170e3e

Browse files
authored
Update the description of the platform config related flags (#621)
1 parent d3fa233 commit d170e3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cli/docs/flags.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,11 @@ var commandFlags = map[string][]string{
236236
var flagsMap = map[string]components.Flag{
237237
// Common commands flags
238238
ServerId: components.NewStringFlag(ServerId, "Server ID configured using the config command."),
239-
Url: components.NewStringFlag(Url, "JFrog URL."),
240-
XrayUrl: components.NewStringFlag(XrayUrl, "JFrog Xray URL."),
241-
user: components.NewStringFlag(user, "JFrog username."),
242-
password: components.NewStringFlag(password, "JFrog password."),
243-
accessToken: components.NewStringFlag(accessToken, "JFrog access token."),
239+
Url: components.NewStringFlag(Url, "Specifies the URL of the JFrog platform."),
240+
XrayUrl: components.NewStringFlag(XrayUrl, "Specifies the URL of your Xray server."),
241+
user: components.NewStringFlag(user, "Specifies the user name of your JFrog platform."),
242+
password: components.NewStringFlag(password, "Specifies the user password of your JFrog platform."),
243+
accessToken: components.NewStringFlag(accessToken, "Specifies the access token of your JFrog platform."),
244244
Threads: components.NewStringFlag(Threads, "The number of parallel threads used to scan the source code project.", components.WithIntDefaultValue(cliutils.Threads)),
245245
// Xray flags
246246
LicenseId: components.NewStringFlag(LicenseId, "Xray license ID.", components.SetMandatory(), components.WithHelpValue("Xray license ID")),

0 commit comments

Comments
 (0)