Merge pull request #1796 from molecula/pilosa-rename

[FB-1021] rename to pilosa
This commit is contained in:
reese 2021-12-03 15:28:54 -06:00 committed by GitHub
commit f4a2960a11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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, "",