mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
fix help text in restore command
This commit is contained in:
parent
2c1929a063
commit
ff532f2064
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ func init() {
|
|||
restoreCmd.Flags().StringVarP(&restorer.Host, "host", "", "localhost:15000", "host:port of Pilosa.")
|
||||
restoreCmd.Flags().StringVarP(&restorer.Database, "database", "d", "", "Pilosa database to restore into.")
|
||||
restoreCmd.Flags().StringVarP(&restorer.Frame, "frame", "f", "", "Frame to restore into.")
|
||||
restoreCmd.Flags().StringVarP(&restorer.Path, "input-file", "i", "", "File to write restore from")
|
||||
restoreCmd.Flags().StringVarP(&restorer.Path, "input-file", "i", "", "File to restore from.")
|
||||
|
||||
err := viper.BindPFlags(restoreCmd.Flags())
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue