Skip to content

Commit

Permalink
Merge pull request #3320 from didier-wenzek/fix/doc-example-missing-arg
Browse files Browse the repository at this point in the history
doc: Add documentation exemple missing arg
  • Loading branch information
didier-wenzek authored Jan 9, 2025
2 parents 7ce1794 + cfe0c59 commit db8bf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/operate/registration/deregister.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ All the child devices and services can be deregistered using a wildcard topic fi
combined with a topic exclusion filter for the main device, as follows:

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

## Unsupported cases
Expand Down

0 comments on commit db8bf7e

Please sign in to comment.