File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ import (
15
15
)
16
16
17
17
const backupDescription = `A custom filename for the database backup (or - to send the backup to stdout) can optionally be passed as argument.
18
- The --database flag can be omitted in this case. When using Docker, please run the docker command with the -T flag
19
- to prevent log messages from being sent to stdout. If nothing else is specified, the database and album backup paths
20
- will be automatically determined based on the current configuration.`
18
+ The --database flag can be omitted in this case. When using Docker, please run the docker command with the -T flag
19
+ to prevent log messages from being sent to stdout. If nothing else is specified, the database and album backup paths
20
+ will be automatically determined based on the current configuration.`
21
21
22
22
// BackupCommand configures the command name, flags, and action.
23
23
var BackupCommand = & cli.Command {
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import (
14
14
)
15
15
16
16
const restoreDescription = `A custom filename for the database backup (or - to read the backup from stdin) can optionally be passed as argument.
17
- The --database flag can be omitted in this case. If nothing else is specified, the database and album backup paths
18
- will be automatically determined based on the current configuration.`
17
+ The --database flag can be omitted in this case. If nothing else is specified, the database and album backup paths
18
+ will be automatically determined based on the current configuration.`
19
19
20
20
// RestoreCommand configures the command name, flags, and action.
21
21
var RestoreCommand = & cli.Command {
You can’t perform that action at this time.
0 commit comments