Skip to content

Commit

Permalink
Remove "new" and periods (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorensr committed Jun 17, 2022
1 parent d9f91f9 commit 66f66d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli_curr/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func NewCliApp() *cli.App {
},
{
Name: "batch",
Usage: "Batch operation on a list of workflows from query.",
Usage: "Batch operation on a list of workflows from query",
Subcommands: newBatchCommands(),
},
{
Expand Down
4 changes: 2 additions & 2 deletions cli_curr/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func newWorkflowCommands() []cli.Command {
{
Name: "terminate",
Aliases: []string{"term"},
Usage: "terminate a new workflow execution",
Usage: "terminate a workflow execution",
Flags: []cli.Flag{
cli.StringFlag{
Name: FlagWorkflowIDWithAlias,
Expand Down Expand Up @@ -227,7 +227,7 @@ func newWorkflowCommands() []cli.Command {
{
Name: "reset",
Aliases: []string{"rs"},
Usage: "reset the workflow, by either eventId or resetType.",
Usage: "reset the workflow, by either eventId or resetType",
Flags: []cli.Flag{
cli.StringFlag{
Name: FlagWorkflowIDWithAlias,
Expand Down

0 comments on commit 66f66d5

Please sign in to comment.