Skip to content

Commit

Permalink
More documentation revisions.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Aug 13, 2024
1 parent ce7eb67 commit b862fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/row/show/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Usage:
row show status [OPTIONS] [DIRECTORIES]
```

`row show status` prints a summary of actions in the workflow.
`row show status` summarizes actions in the workflow.
The summary includes the number of directories in each
[status](../../guide/concepts/status.md) and an estimate of the remaining cost in either
CPU-hours or GPU-hours based on the number of submitted, eligible, and waiting jobs and
Expand Down Expand Up @@ -60,7 +60,7 @@ Show actions with *waiting* directories.
```bash
row show status
```
* Show the status of all actions that have eligible directories:
* Show the status of all actions with eligible directories:
```bash
row show status --eligible
```
Expand Down

0 comments on commit b862fb9

Please sign in to comment.