0
0
Fork 0

Merge pull request #853 from steveyen/scorch-cmd-ascii-help-fix

fix cmd/bleve scorch ascii cmd help text
This commit is contained in:
Steve Yen 2018-03-22 11:00:49 -07:00 committed by GitHub
commit 7e32a35af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {