Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Regenerate Longhelp.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JayH5 committed Sep 15, 2016
1 parent c5a5c50 commit eef20c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Longhelp.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ which marathon-lb can be reached by Marathon.
```
usage: marathon_lb.py [-h] [--longhelp] [--marathon MARATHON [MARATHON ...]]
[--listening LISTENING] [--callback-url CALLBACK_URL]
[--api-listen API_LISTEN]
[--haproxy-config HAPROXY_CONFIG] [--group GROUP]
[--command COMMAND] [--sse] [--health-check]
[--lru-cache-capacity LRU_CACHE_CAPACITY]
Expand Down Expand Up @@ -51,6 +52,10 @@ optional arguments:
--callback-url CALLBACK_URL, -u CALLBACK_URL
The HTTP address that Marathon can call this script
back at (http://lb1:8080) (default: None)
--api-listen API_LISTEN
The address marathon-lb listens on to respond to API
requests. Only available in SSE mode. (e.g.,
http://0.0.0.0:8080) (default: None)
--haproxy-config HAPROXY_CONFIG
Location of haproxy configuration (default:
/etc/haproxy/haproxy.cfg)
Expand Down
4 changes: 2 additions & 2 deletions marathon_lb.py
Original file line number Diff line number Diff line change
Expand Up @@ -1586,8 +1586,8 @@ def get_arg_parser():
"script back at (http://lb1:8080)"
)
parser.add_argument("--api-listen",
help="The address marathon-lb listens on to respond to"
"API requests. Only available in SSE mode. (e.g., "
help="The address marathon-lb listens on to respond "
"to API requests. Only available in SSE mode. (e.g., "
"http://0.0.0.0:8080)"
)
parser.add_argument("--haproxy-config",
Expand Down

0 comments on commit eef20c8

Please sign in to comment.