Skip to content

Commit db8bf7e

Browse files
Merge pull request #3320 from didier-wenzek/fix/doc-example-missing-arg
doc: Add documentation exemple missing arg
2 parents 7ce1794 + cfe0c59 commit db8bf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/operate/registration/deregister.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ All the child devices and services can be deregistered using a wildcard topic fi
7272
combined with a topic exclusion filter for the main device, as follows:
7373

7474
```sh
75-
mosquitto_sub -v -t "te/device/+/#" -T "te/device/main/#"
75+
mosquitto_sub -v -t "te/device/+/#" -T "te/device/main/#" --remove-retained -W 3
7676
```
7777

7878
## Unsupported cases

0 commit comments

Comments
 (0)