Update README.md

This commit is contained in:
Flo 2021-11-24 08:30:09 +01:00 committed by GitHub
parent 6e2e4ff6c3
commit 183716867e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,10 +58,10 @@ To import only device by APC, for example:
./nb-dt-import.py --vendors apc
```
`--vendors` can also accept a space separated list of vendors if you want to import multiple.
`--vendors` can also accept a comma separated list of vendors if you want to import multiple.
```
./nb-dt-import.py --vendors apc juniper
./nb-dt-import.py --vendors apc,juniper
```
## Docker build
@ -80,7 +80,7 @@ The container supports the following env var as configuration :
- `REPO_BRANCH`, the branch to check out if appropriate, defaults to master.
- `NETBOX_URL`, used to access netbox
- `NETBOX_TOKEN`, token for accessing netbox
- `VENDORS`, a space-separated list of vendors to import (defaults to None)
- `VENDORS`, a comma-separated list of vendors to import (defaults to None)
To run :