We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619949f commit a8dd737Copy full SHA for a8dd737
internal/config/flags.go
@@ -346,12 +346,12 @@ var Flags = CliFlags{
346
}}, {
347
Flag: &cli.BoolFlag{
348
Name: "backup-database",
349
- Usage: "performs regular backups based on the configured schedule",
+ Usage: "enables regular backups based on the configured schedule",
350
EnvVars: EnvVars("BACKUP_DATABASE"),
351
}, DocDefault: "true"}, {
352
353
Name: "backup-albums",
354
- Usage: "creates YAML files to back up album metadata",
+ Usage: "enables the use of YAML files for backing up album metadata",
355
EnvVars: EnvVars("BACKUP_ALBUMS"),
356
357
Flag: &cli.IntFlag{
0 commit comments