docs: nomad `eval delete` typo fix (#15667)

Status instead of Stauts
This commit is contained in:
dgotlieb 2023-01-03 21:18:03 +02:00 committed by GitHub
parent 7214e21402
commit a991342f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Successfuly deleted 1 evaluation
Delete all evaluations with status `pending` for the `example` job:
```shell-session
$ nomad eval delete -filter='Stauts == "pending" and JobID == "example"'
$ nomad eval delete -filter='Status == "pending" and JobID == "example"'
Are you sure you want to delete 3 evals? [y/N] y
Successfuly deleted 3 evaluations