0
0
Fork 0

fix cmd/bleve scorch ascii cmd help text

Initially, there was a typo with an extra space char, but then I
realized there was some copypasting corrections.
This commit is contained in:
Steve Yen 2018-03-22 06:46:06 -07:00
parent ae27aa2f14
commit 6b78dd4184
1 changed files with 3 additions and 3 deletions

View File

@ -22,11 +22,11 @@ import (
"github.com/spf13/cobra"
)
// asciiCmd represents the snapshots command
// asciiCmd represents the ascii command
var asciiCmd = &cobra.Command{
Use: "ascii",
Short: "ascii prints details an ascii representation of the snapshots in the index",
Long: `The ascii command prints an ascii representation of the snapshots in the index.`,
Short: "ascii prints an ascii representation of the segments in a snapshot",
Long: `The ascii command prints an ascii representation of the segments in a given snapshot.`,
RunE: func(cmd *cobra.Command, args []string) error {
if len(args) < 2 {