Skip to content

Commit

Permalink
Update utils/cliutils/commandsflags.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yahav Itzhak <[email protected]>
  • Loading branch information
RobiNino and yahavi authored Apr 24, 2024
1 parent 834b85a commit b2a1987
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 @@ -808,7 +808,7 @@ var flagsMap = map[string]cli.Flag{
},
ChunkSize: cli.StringFlag{
Name: ChunkSize,
Usage: "[Default: " + strconv.Itoa(UploadChunkSizeMb) + "] The partial chunk upload size in MiB that can be concurrently uploaded during a multi-part upload. This option, as well as the functionality of multi-part upload, requires Artifactory with S3 or GCP storage.` `",
Usage: "[Default: " + strconv.Itoa(UploadChunkSizeMb) + "] The upload chunk size in MiB that can be concurrently uploaded during a multi-part upload. This option, as well as the functionality of multi-part upload, requires Artifactory with S3 or GCP storage.` `",
},
syncDeletesQuiet: cli.BoolFlag{
Name: quiet,
Expand Down

0 comments on commit b2a1987

Please sign in to comment.