CLI: Revised descriptions of commands and configuration flags

This commit is contained in:
Michael Mayer
2021-10-07 11:43:43 +02:00
parent b72790410f
commit 874af1db61
7 changed files with 48 additions and 57 deletions

View File

@@ -22,7 +22,7 @@ import (
// BackupCommand configures the backup cli command.
var BackupCommand = cli.Command{
Name: "backup",
Usage: "Creates album and index backups",
Usage: "Creates index database and album backups",
UsageText: `A custom index sql backup FILENAME may be passed as first argument. Use - for stdout. By default, the backup path is searched.`,
Flags: backupFlags,
Action: backupAction,