refactor: update restore cli flag descriptions (#16799)

pull/16821/head
Stephanie Engel 2020-02-10 12:07:55 -06:00 committed by GitHub
parent 2761c1f48a
commit 1d0afefc4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ func init() {
{
DestP: &flags.boltPath,
Flag: "bolt-path",
Default: filepath.Join(dir, http.DefaultTokenFile),
Default: filepath.Join(dir, bolt.DefaultFilename),
Desc: "path to target boltdb database",
},
{
@ -75,7 +75,7 @@ func init() {
DestP: &flags.credPath,
Flag: "credentials-path",
Default: filepath.Join(dir, http.DefaultTokenFile),
Desc: "path to target persistent engine files",
Desc: "path to target credentials file",
},
{
DestP: &flags.backupPath,