mirror of
https://github.com/restic/restic.git
synced 2025-08-21 10:57:55 +00:00
azure/gs: Fix default value in connections help text
This commit is contained in:
@@ -16,7 +16,7 @@ type Config struct {
|
||||
Container string
|
||||
Prefix string
|
||||
|
||||
Connections uint `option:"connections" help:"set a limit for the number of concurrent connections (default: 20)"`
|
||||
Connections uint `option:"connections" help:"set a limit for the number of concurrent connections (default: 5)"`
|
||||
}
|
||||
|
||||
// NewConfig returns a new Config with the default values filled in.
|
||||
|
Reference in New Issue
Block a user