docs(backup): add usage text to describe argument (#1193)
This commit is contained in:
parent
075eb549df
commit
17600e5259
1 changed files with 5 additions and 2 deletions
|
@ -25,6 +25,9 @@ import (
|
|||
var BackupCommand = cli.Command{
|
||||
Name: "backup",
|
||||
Usage: "Creates album and index backups",
|
||||
UsageText: `The first argument (if provided) is the path where the backup will be created.
|
||||
If not specified, a backup is created at PHOTOPRISM_BACKUP_PATH in a file named
|
||||
with today's date.`,
|
||||
Flags: backupFlags,
|
||||
Action: backupAction,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue