forked from TrueCloudLab/restic
Add option description for Region
This commit is contained in:
parent
df500a372d
commit
409909a7f5
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ type Config struct {
|
|||
|
||||
Connections uint `option:"connections" help:"set a limit for the number of concurrent connections (default: 5)"`
|
||||
MaxRetries uint `option:"retries" help:"set the number of retries attempted"`
|
||||
Region string
|
||||
Region string `option:"region" help:"set region"`
|
||||
}
|
||||
|
||||
// NewConfig returns a new Config with the default values filled in.
|
||||
|
|
Loading…
Reference in a new issue