Skip to content

Commit

Permalink
Merge pull request #41 from pfnet-research/fix-add-task-help
Browse files Browse the repository at this point in the history
fix typo in help of add-task cmd
  • Loading branch information
everpeace authored Jun 15, 2021
2 parents b633908 + 7e03dc3 commit 6721a4f
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 6721a4f

Please sign in to comment.