Skip to content

Commit

Permalink
fix typo in command name
Browse files Browse the repository at this point in the history
  • Loading branch information
splashx authored Jan 18, 2019
1 parent bbd4cf3 commit 3138ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and sub-zone management.
virtualenv -p python3 .venv
. .venv/bin/activate
pip3 install git+https://github.com/pan-net-security/pdns-umanager.git >/dev/null
pdnsumanager --help
pdns-umanager --help
usage: pdnsumanager [-h] [--pdns-server-url PDNS_SERVER_URL]
[--pdns-api-key PDNS_API_KEY] [-f FILE]
[--ca-cert-file CA_CERT_FILE] [-d] [--dry-run]
Expand Down Expand Up @@ -201,4 +201,4 @@ example.org:
# monitoring.example.org:
# type: "zone"
```
```

0 comments on commit 3138ef3

Please sign in to comment.