update readme
This commit is contained in:
parent
ac6da9c8e5
commit
8943e995d7
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -13,11 +13,11 @@ pip install --upgrade aioupnp
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
usage: txupnp [-h] [--debug_logging=<debug_logging>] [--interface=<interface>]
|
usage: aioupnp [-h] [--debug_logging=<debug_logging>] [--interface=<interface>]
|
||||||
[--gateway_address=<gateway_address>]
|
[--gateway_address=<gateway_address>]
|
||||||
[--lan_address=<lan_address>] [--timeout=<timeout>]
|
[--lan_address=<lan_address>] [--timeout=<timeout>]
|
||||||
[--service=<service>]
|
[--service=<service>]
|
||||||
command [--<arg name>=<arg>]...
|
command [--<arg name>=<arg>]...
|
||||||
|
|
||||||
commands: add_port_mapping | delete_port_mapping | get_external_ip | get_next_mapping | get_port_mapping_by_index | get_redirects | get_soap_commands | get_specific_port_mapping | m_search
|
commands: add_port_mapping | delete_port_mapping | get_external_ip | get_next_mapping | get_port_mapping_by_index | get_redirects | get_soap_commands | get_specific_port_mapping | m_search
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue