You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment/allocation.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -349,7 +349,7 @@ If the allocation was submitted successfully, it will be canceled immediately to
349
349
hq-submit.sh
350
350
```
351
351
352
-
You can output the contents of the `stdout` and `stderr` files of an allocation using the [`hq alloc cat`](cli:hq.alloc.cat) command.
352
+
You can output the contents of the `stdout` and `stderr` files of an allocation using the [`hq alloc log`](cli:hq.alloc.log) command.
353
353
354
354
## Useful autoalloc commands
355
355
@@ -376,8 +376,8 @@ You can filter allocations by their state (`queued`, `running`, `finished`, `fai
376
376
377
377
### Display stdout/stderr output of an allocation
378
378
379
-
The [`hq alloc cat`](cli:hq.alloc.cat) command will print the stdout/stderr output of a specific allocation. It can be used to debug allocation errors (e.g. some PBS/Slurm problems) or the output of workers spawned in allocations.
379
+
The [`hq alloc log`](cli:hq.alloc.log) command will print the stdout/stderr output of a specific allocation. It can be used to debug allocation errors (e.g. some PBS/Slurm problems) or the output of workers spawned in allocations.
0 commit comments