CLI: Correct indentation of backup and restore command descriptions

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-04-25 08:34:43 +02:00
parent 71a623b5e0
commit cbc415d32b
2 changed files with 5 additions and 5 deletions

View File

@@ -14,8 +14,8 @@ import (
)
const restoreDescription = `A custom filename for the database backup (or - to read the backup from stdin) can optionally be passed as argument.
The --database flag can be omitted in this case. If nothing else is specified, the database and album backup paths
will be automatically determined based on the current configuration.`
The --database flag can be omitted in this case. If nothing else is specified, the database and album backup paths
will be automatically determined based on the current configuration.`
// RestoreCommand configures the command name, flags, and action.
var RestoreCommand = &cli.Command{