Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Biptaste committed Jun 1, 2022
1 parent 0c67d05 commit 50669e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ func main() {
restoreConfigFiles := cmd.BoolOpt("config-files", false, "Indicates if config files will be restored")
restoreFiles := cmd.BoolOpt("files", false, "Indicates if files will be restored")
restoreDB := cmd.BoolOpt("db", false, "Indicates if DB will be restored")
key := cmd.StringOpt("k", "", "the encryption password")
key := cmd.StringOpt("k", "", "the encryption password (32 characters for a key of 256 bits)")

file := cmd.StringArg("FILE", "", "A pliz backup file (tar.gz)")

Expand Down

0 comments on commit 50669e3

Please sign in to comment.