Skip to content

Commit a8dd737

Browse files
committed
CLI: Update command flag usage descriptions
Signed-off-by: Michael Mayer <[email protected]>
1 parent 619949f commit a8dd737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/config/flags.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,12 @@ var Flags = CliFlags{
346346
}}, {
347347
Flag: &cli.BoolFlag{
348348
Name: "backup-database",
349-
Usage: "performs regular backups based on the configured schedule",
349+
Usage: "enables regular backups based on the configured schedule",
350350
EnvVars: EnvVars("BACKUP_DATABASE"),
351351
}, DocDefault: "true"}, {
352352
Flag: &cli.BoolFlag{
353353
Name: "backup-albums",
354-
Usage: "creates YAML files to back up album metadata",
354+
Usage: "enables the use of YAML files for backing up album metadata",
355355
EnvVars: EnvVars("BACKUP_ALBUMS"),
356356
}, DocDefault: "true"}, {
357357
Flag: &cli.IntFlag{

0 commit comments

Comments
 (0)