File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ func init() {
4040
4141var predictCmd = & cobra.Command {
4242 Use : "predict API_NAME SAMPLE_FILE" ,
43- Short : "make predictions " ,
43+ Short : "make a prediction request " ,
4444 Long : `This command makes a prediction request using
4545a JSON file and displays the response.` ,
4646 Args : cobra .ExactArgs (2 ),
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ var supportPrompValidation = &cr.PromptValidation{
6666
6767var supportCmd = & cobra.Command {
6868 Use : "support" ,
69- Short : "request support from Cortex maintainers" ,
70- Long : `This command sends a support request to Cortex maintainers. ` ,
69+ Short : "send a support request to Cortex maintainers" ,
70+ Long : `This command sends a support request to the Cortex maintainers` ,
7171 Run : func (cmd * cobra.Command , args []string ) {
7272 supportRequest := & SupportRequest {}
7373 err := cr .ReadPrompt (supportRequest , supportPrompValidation )
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ func init() {
3333
3434var versionCmd = & cobra.Command {
3535 Use : "version" ,
36- Short : "print the version of the Cortex CLI and cluster" ,
37- Long : `This command prints the version of the Cortex CLI and cluster` ,
36+ Short : "print the version of the CLI and cluster" ,
37+ Long : `This command prints the version of the CLI and cluster` ,
3838 Args : cobra .NoArgs ,
3939 Run : func (cmd * cobra.Command , args []string ) {
4040 httpResponse , err := HTTPGet ("/info" )
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ Flags:
185185## support
186186
187187``` text
188- This command sends a support request to Cortex developers.
188+ This command sends a support request to the Cortex maintainers
189189
190190Usage:
191191 cortex support [flags]
@@ -196,7 +196,7 @@ Flags:
196196
197197## version
198198
199- This command prints the version of the Cortex CLI and cluster
199+ This command prints the version of the CLI and cluster
200200
201201Usage:
202202 cortex version [ flags]
You can’t perform that action at this time.
0 commit comments