mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
Merge branch 'master' into staticcheck-issues
This commit is contained in:
commit
3d3d0b7a51
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ The Restore command will take a backup archive and restore it to a new, clean cl
|
|||
},
|
||||
}
|
||||
flags := restoreCmd.Flags()
|
||||
flags.StringVarP(&cmd.Path, "source", "s", "", "pilosa backup file; specify '-' to restore from stdin tar stream")
|
||||
flags.StringVar(&cmd.Host, "host", "localhost:10101", "host:port of Pilosa.")
|
||||
flags.StringVarP(&cmd.Path, "source", "s", "", "backup file; specify '-' to restore from stdin tar stream")
|
||||
flags.StringVar(&cmd.Host, "host", "localhost:10101", "host:port of FeatureBase.")
|
||||
flags.IntVar(&cmd.Concurrency, "concurrency", 1, "number of concurrent uploads")
|
||||
ctl.SetTLSConfig(
|
||||
flags, "",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue