Add docs for removing a specific proxy tuple

[ci skip]
This commit is contained in:
Jose Diaz-Gonzalez
2016-06-20 23:19:29 -04:00
parent bd7deae883
commit 4b0163103e
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ proxy:enable <app>
proxy:ports <app> List proxy port mappings for app
proxy:ports-add <app> <scheme>:<host-port>:<container-port> [<scheme>:<host-port>:<container-port>...] Set proxy port mappings for app
proxy:ports-clear <app> Clear all proxy port mappings for app
proxy:ports-remove <app> <host-port> [<host-port>...] Unset proxy port mappings for app
proxy:ports-remove <app> <host-port> [<host-port>|<scheme>:<host-port>:<container-port>...] Unset proxy port mappings for app
proxy:set <app> <proxy-type> Set proxy type for app
```