Skip to content

Commit 7ff1177

Browse files
committed
Add feedback
1 parent e443168 commit 7ff1177

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/iot-edge/how-to-provision-single-device-linux-symmetric.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Remove the IoT Edge runtime.
279279
::: moniker range="iotedge-2018-06"
280280

281281
```bash
282-
sudo apt-get remove iotedge
282+
sudo apt-get autoremove iotedge
283283
```
284284

285285
::: moniker-end
@@ -292,7 +292,7 @@ sudo apt-get remove iotedge
292292
sudo apt-get autoremove --purge aziot-edge
293293
```
294294

295-
Use the `--purge` flag if you want to delete all the files associated with IoT Edge, including your configuration files. Leave this flag out if you want to reinstall IoT Edge and use the same configuration information in the future.
295+
Leave out the `--purge` flag if you plan to reinstall IoT Edge and use the same configuration information in the future. The `--purge` flags deletes all the files associated with IoT Edge, including your configuration files.
296296

297297
# [Red Hat Enterprise Linux](#tab/rhel)
298298
```bash

articles/iot-edge/how-to-provision-single-device-linux-x509.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Remove the IoT Edge runtime.
316316
::: moniker range="iotedge-2018-06"
317317

318318
```bash
319-
sudo apt-get remove iotedge
319+
sudo apt-get autoremove iotedge
320320
```
321321

322322
::: moniker-end

0 commit comments

Comments
 (0)