aboutsummaryrefslogtreecommitdiff
path: root/internal/cmd/restore.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cmd/restore.go')
-rw-r--r--internal/cmd/restore.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cmd/restore.go b/internal/cmd/restore.go
index 35cabea9..63d753a6 100644
--- a/internal/cmd/restore.go
+++ b/internal/cmd/restore.go
@@ -32,7 +32,7 @@ If corresponding files or database tables are not presented in the archive, they
be skipped and remain unchanged.`,
Action: runRestore,
Flags: []cli.Flag{
- stringFlag("config, c", "custom/conf/app.ini", "Custom configuration file path"),
+ stringFlag("config, c", "", "Custom configuration file path"),
boolFlag("verbose, v", "Show process details"),
stringFlag("tempdir, t", os.TempDir(), "Temporary directory path"),
stringFlag("from", "", "Path to backup archive"),