Skip to content

Commit 6404b31

Browse files
committed
update license flag placeholders
1 parent e9b7e54 commit 6404b31

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/enterprise/installing-embedded-automation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To install with Embedded Cluster in an online environment:
3737

3838
Replace:
3939
* `APP_SLUG` with the unique slug for the application.
40-
* `LICENSE_FILE` with the customer license.
40+
* `PATH_TO_LICENSE` with the path to the customer license.
4141
* `ADMIN_CONSOLE_PASSWORD` with a password for accessing the Admin Console.
4242
* `PATH_TO_CONFIGVALUES` with the path to the ConfigValues file.
4343

docs/reference/embedded-cluster-install.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ This topic describes the options available with the Embedded Cluster install com
99
## Usage
1010

1111
```bash
12-
sudo ./APP_SLUG install --license LICENSE_FILE [flags]
12+
sudo ./APP_SLUG install --license PATH_TO_LICENSE [flags]
1313
```
1414
* `APP_SLUG` is the unique application slug
15-
* `LICENSE_FILE` is the customer's license
15+
* `PATH_TO_LICENSE` is the path to the customer license
1616

1717
## Flags
1818

@@ -92,7 +92,7 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
9292
<tr>
9393
<td>`-l, --license`</td>
9494
<td>
95-
<p>Path to the license file</p>
95+
<p>Path to the customer license file</p>
9696
</td>
9797
</tr>
9898
<tr>

0 commit comments

Comments
 (0)