eclipse-zenoh/zenoh-python

[documentation] Outdated "typical usage" example in `examples/README.md` for `z_put.py`

Opened this issue · 0 comments

Describe the bug

In the following part of examples/README.md, the suggested command is not up to date, the syntax has changed.

```bash
python3 z_put.py -k demo/example/test -v 'Hello World'
```

To reproduce

  1. Clone repo
  2. cd into examples/
  3. Run python3 z_put.py -k demo/example/test -v 'Hello World', as suggested in the README
  4. Command fails with error: unrecognized arguments

System info