Skip to content

Commit

Permalink
make docs clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
busma13 committed Aug 26, 2024
1 parent 8d80814 commit 3a2517d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/packages/teraslice-cli/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,9 @@ teraslice-cli jobs list <cluster>
# list jobs
teraslice-cli jobs list local
# list only active jobs
teraslice-cli jobs list local --active true
teraslice-cli jobs list local --active=true
# list all jobs, including deleted
teraslice-cli jobs list local --deleted include
teraslice-cli jobs list local --deleted=include
```

### jobs view
Expand Down

0 comments on commit 3a2517d

Please sign in to comment.