Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timeforplanb123 committed Dec 11, 2023
1 parent c1d547d commit 9c607b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,10 +388,10 @@ But starting from `nornir_cli` version `1.3.0`, you can pass any additional argu
```
=== "routeros_command:"
```text
$ nornir_cli nornir-routeros init -c "/home/user/config.yaml" routeros_command '{"path":"/", "command":"ping", "address": "1.1.1.1", "count":4}'
$ nornir_cli nornir-routeros init -c "/home/user/config.yaml" routeros_command '{"path":"/", "command":"ping", "address":"1.1.1.1", "count":4}'

# or
# $ nornir_cli nornir-routeros init -c "/home/user/config.yaml" routeros_command --path "/" --command "ping" '{"address": "1.1.1.1", "count":4}'
# $ nornir_cli nornir-routeros init -c "/home/user/config.yaml" routeros_command --path "/" --command "ping" '{"address":"1.1.1.1", "count":4}'
routeros_command****************************************************************
* dev_1 ** changed : False *****************************************************
vvvv routeros_command ** changed : False vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv INFO
Expand Down

0 comments on commit 9c607b3

Please sign in to comment.