From c2964f7c7bb9a4231ba6aaa80857181b8e980ab1 Mon Sep 17 00:00:00 2001 From: reesporte Date: Fri, 3 Dec 2021 14:56:18 -0600 Subject: [PATCH] rename to pilosa thanks to alan's comment [here](https://molecula.atlassian.net/browse/FB-1021?focusedCommentId=11721) --- cmd/restore.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/restore.go b/cmd/restore.go index 88605b2ad..24b9a20f6 100644 --- a/cmd/restore.go +++ b/cmd/restore.go @@ -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, "",