Skip to content

Commit a06482f

Browse files
authored
Fix documentation error (#73)
Co-authored-by: Dengke Tang <dengket@amazon.com>
1 parent dcd9c59 commit a06482f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,12 @@ Source: `samples/fleetprovisioning.py`
289289

290290
Run the sample using createKeysAndCertificate:
291291
```
292-
python fleetprovisioning.py --endpoint <endpoint> --root-ca <file> --cert <file> --key <file> --thing-name <name> --templateName <name> --templateParameters <parameters>
292+
python fleetprovisioning.py --endpoint <endpoint> --root-ca <file> --cert <file> --key <file> --templateName <name> --templateParameters <parameters>
293293
```
294294

295295
Run the sample using createCertificateFromCsr:
296296
```
297-
python fleetprovisioning.py --endpoint <endpoint> --root-ca <file> --cert <file> --key <file> --thing-name <name> --templateName <name> --templateParameters <parameters> --csr <csr file>
297+
python fleetprovisioning.py --endpoint <endpoint> --root-ca <file> --cert <file> --key <file> --templateName <name> --templateParameters <parameters> --csr <csr file>
298298
```
299299

300300
Your Thing's

0 commit comments

Comments
 (0)