From 6b78dd4184d9d8fd8c4f2c8d0422e7d7d16f64ac Mon Sep 17 00:00:00 2001 From: Steve Yen Date: Thu, 22 Mar 2018 06:46:06 -0700 Subject: [PATCH] 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. --- cmd/bleve/cmd/scorch/ascii.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/bleve/cmd/scorch/ascii.go b/cmd/bleve/cmd/scorch/ascii.go index 7b36b5b9..34fb1ed7 100644 --- a/cmd/bleve/cmd/scorch/ascii.go +++ b/cmd/bleve/cmd/scorch/ascii.go @@ -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 {