Skip to content

Commit ea118e3

Browse files
committed
keep consistency
1 parent 0eb9372 commit ea118e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/dev/cli/saucectl/imagerunner/logs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $ saucectl imagerunner logs <runID> [flags]
4646
Tail the live log output from a running Sauce Orchestrate container.
4747

4848
```bash
49-
saucectl imagerunner logs runID --live
49+
saucectl imagerunner logs <runID> --live
5050
```
5151

5252
</div>
@@ -61,7 +61,7 @@ The Sauce Labs region. Options are `us-west-1` (default) and `eu-central-1`.
6161
**Shorthand:** `-r <region>`
6262

6363
```bash
64-
saucectl imagerunner logs runID --region us-west-1
64+
saucectl imagerunner logs <runID> --region us-west-1
6565
```
6666

6767
</div>

docs/dev/cli/saucectl/imagerunner/stop.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The Sauce Labs region. Options are `us-west-1` (default) and `eu-central-1`.
4343
**Shorthand:** `-r <region>`
4444

4545
```bash
46-
saucectl imagerunner stop runID --region us-west-1
46+
saucectl imagerunner stop <runID> --region us-west-1
4747
```
4848

4949
</div>

0 commit comments

Comments
 (0)