Skip to content

Commit

Permalink
Improve help section
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Apr 21, 2024
1 parent 83b66ad commit 3446990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cliutils/commandsflags.go
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ var flagsMap = map[string]cli.Flag{
},
uploadArchive: cli.StringFlag{
Name: archive,
Usage: "[Optional] Set to \"zip\" to deploy the files to Artifactory in a ZIP archive.` `",
Usage: "[Optional] Set to \"zip\" to pack and deploy the files to Artifactory inside a ZIP archive. Currently, the only packaging format supported is zip.` `",
},
uploadMinSplit: cli.StringFlag{
Name: MinSplit,
Expand Down

0 comments on commit 3446990

Please sign in to comment.