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

@@ -24,7 +24,7 @@ import (
// RestoreCommand configures the backup cli command.
var RestoreCommand = cli.Command{
Name: "restore",
Usage: "Restores album and index backups",
Usage: "Restores index database and album backups",
UsageText: `A custom index sql backup FILENAME may be passed as first argument. By default, the backup path is searched.`,
Flags: restoreFlags,
Action: restoreAction,