Backup: Improve command usage docs #1190 #1193

This commit is contained in:
Michael Mayer 2021-04-19 13:54:38 +02:00
parent 7de3713024
commit fd078fe323

View File

@ -27,7 +27,7 @@ import (
var BackupCommand = cli.Command{
Name: "backup",
Usage: "Creates album and index backups",
UsageText: `A specific index sql backup filename may be passed as first argument. Use - for stdout.`,
UsageText: `A custom index sql backup FILENAME may be passed as first argument. Use - for stdout.`,
Flags: backupFlags,
Action: backupAction,
}