mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
CLI: Correct indentation of backup and restore command descriptions
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -15,9 +15,9 @@ import (
|
||||
)
|
||||
|
||||
const backupDescription = `A custom filename for the database backup (or - to send the backup to stdout) can optionally be passed as argument.
|
||||
The --database flag can be omitted in this case. When using Docker, please run the docker command with the -T flag
|
||||
to prevent log messages from being sent to stdout. 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. When using Docker, please run the docker command with the -T flag
|
||||
to prevent log messages from being sent to stdout. If nothing else is specified, the database and album backup paths
|
||||
will be automatically determined based on the current configuration.`
|
||||
|
||||
// BackupCommand configures the command name, flags, and action.
|
||||
var BackupCommand = &cli.Command{
|
||||
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user