Skip to content

Commit

Permalink
fix typo in help of add-task cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
everpeace authored Jun 15, 2021
1 parent fc90b1f commit 7e03dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/add_tasks.go → cmd/add_task.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var addTaskCmd = &cobra.Command{
Use: "add-task [queue]",
Short: "Add Tasks To Queue",
Long: `Add Tasks To Queue. This commands reads YAML formatted 'TaskSpec's (not array) from Stdin.
cat <EOT | pftaskqueue add-tasks
cat << EOT | pftaskqueue add-task [queue-name]
payload: "foo"
retryLimit: 0
timeoutSeconds: 100
Expand Down

0 comments on commit 7e03dc3

Please sign in to comment.