diff --git a/Sources/Services/ContainerAPIService/Client/Flags.swift b/Sources/Services/ContainerAPIService/Client/Flags.swift index ec7b83b40..d26eddd75 100644 --- a/Sources/Services/ContainerAPIService/Client/Flags.swift +++ b/Sources/Services/ContainerAPIService/Client/Flags.swift @@ -389,7 +389,7 @@ public struct Flags { self.maxConcurrentDownloads = maxConcurrentDownloads } - @Option(name: .long, help: "Maximum number of concurrent downloads (default: 3)") + @Option(name: .long, help: "Maximum number of concurrent downloads") public var maxConcurrentDownloads: Int = 3 } }