Skip to content

Commit

Permalink
docs: fix typo in alloc exec CLI docs page. (#23392)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell authored Jun 20, 2024
1 parent 81d4f36 commit 26d0a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/commands/alloc/exec.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The `alloc exec` command runs a command in a running allocation.
nomad alloc exec [options] <allocation> <command> [<args>...]
```

The nomad exec command can be use to run commands inside a running task/allocation.
The nomad exec command can be used to run commands inside a running task/allocation.

Use cases are for inspecting container state, debugging a failed application
without needing ssh access into the node that's running the allocation.
Expand Down

0 comments on commit 26d0a91

Please sign in to comment.