We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7eb67 commit b862fb9Copy full SHA for b862fb9
doc/src/row/show/status.md
@@ -5,7 +5,7 @@ Usage:
5
row show status [OPTIONS] [DIRECTORIES]
6
```
7
8
-`row show status` prints a summary of actions in the workflow.
+`row show status` summarizes actions in the workflow.
9
The summary includes the number of directories in each
10
[status](../../guide/concepts/status.md) and an estimate of the remaining cost in either
11
CPU-hours or GPU-hours based on the number of submitted, eligible, and waiting jobs and
@@ -60,7 +60,7 @@ Show actions with *waiting* directories.
60
```bash
61
row show status
62
63
-* Show the status of all actions that have eligible directories:
+* Show the status of all actions with eligible directories:
64
65
row show status --eligible
66
0 commit comments