Skip to content

Commit

Permalink
CLI: list-partition fix cli flag (uber#3094)
Browse files Browse the repository at this point in the history
  • Loading branch information
anish531213 committed Mar 12, 2020
1 parent 14ac71d commit 9bd2d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cli/taskList.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func newTaskListCommands() []cli.Command {
Usage: "List all the tasklist partitions and the hostname for partitions.",
Flags: []cli.Flag{
cli.StringFlag{
Name: FlagTaskListTypeWithAlias,
Name: FlagTaskListWithAlias,
Usage: "TaskList description",
},
},
Expand Down

0 comments on commit 9bd2d87

Please sign in to comment.