Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Gross <tgross@hashicorp.com>
  • Loading branch information
isabeldepapel and tgross committed Jul 7, 2021
1 parent 935d9b6 commit ac557e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/content/docs/commands/alloc/signal.mdx
Expand Up @@ -22,7 +22,7 @@ is optional and if omitted every task in the allocation will be signaled.

Task name may also be specified using the `-task` option rather than a command
argument. If task name is given with both an argument and the `-task` option,
preference is given to the latter.
preference is given to the `-task` option.

When ACLs are enabled, this command requires a token with the
`alloc-lifecycle`, `read-job`, and `list-jobs` capabilities for the
Expand Down Expand Up @@ -58,8 +58,8 @@ $ nomad alloc signal -task redis eb17e557
```

If task name is specified using both options, the command argument is ignored.
The following will signal the redis task only, not the api task:
The following will signal the "redis" task only, not the "api" task:

```shell-session
$ nomad alloc signal -task redis eb17e557 api
```
```

0 comments on commit ac557e6

Please sign in to comment.