diff --git a/cmd/restore.go b/cmd/restore.go index 420cd9c5f..44899e4ca 100644 --- a/cmd/restore.go +++ b/cmd/restore.go @@ -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 {