Skip to content

Commit 7f30860

Browse files
authored
Merge pull request #188695 from MicrosoftDocs/JasonWHowell-patch-4
Update device-update-simulator.md
2 parents efe36eb + b4a68dc commit 7f30860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub-device-update/device-update-simulator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ Once the Device Update agent is running on an IoT device, the device needs to be
6565
sudo /usr/bin/AducIotAgent --register-content-handler /var/lib/adu/extensions/sources/libmicrosoft_simulator_1.so --update-type 'microsoft/apt:1'
6666
```
6767

68-
To register and invoke the simulator handler the command must follow the below format:
68+
To register and invoke the simulator handler, use the following format, filling in the placeholders:
6969

70-
sudo /usr/bin/AducIotAgent --register--content-handler <full path to the handler file> --update-type <update type name>
70+
`sudo /usr/bin/AducIotAgent --register--content-handler <full path to the handler file> --update-type <update type name>`
7171

7272
4. Download the sample-du-simulator-data.json from [Release Assets](https://github.com/Azure/iot-hub-device-update/releases). Run the command below to create and edit the du-simulator-data.json in the tmp folder.
7373

0 commit comments

Comments
 (0)