config: give config questions default values - fixes #3672
This commit is contained in:
parent
0eaf5475ef
commit
3f7af64316
4 changed files with 37 additions and 17 deletions
|
@ -63,6 +63,7 @@ func init() {
|
|||
Name: "password",
|
||||
Help: "Password or pass phrase for encryption.",
|
||||
IsPassword: true,
|
||||
Required: true,
|
||||
}, {
|
||||
Name: "password2",
|
||||
Help: "Password or pass phrase for salt. Optional but recommended.\nShould be different to the previous password.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue