From adf3839da6bf89bc113eff09111a181a124456f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=BCllhorst?= Date: Sun, 29 May 2016 20:47:50 +0200 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f5e86a..14a8545 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Die Hilfe liefert folgendes: $ ./NodeHierarchy.py --help usage: NodeHierarchy.py [-h] [-j JSON_PATH] [-s SHAPES_PATH] -t TARGETS [TARGETS ...] [-o OUT_FILE] [-v] - [-f [FILTERS [FILTERS ...]]] + [-f [{exclude_clouds_with_lan_links,no_lan} [{exclude_clouds_with_lan_links,no_lan} ...]]] This Script generates a hierarchical nodes list for node migration using nginx geo feature. @@ -49,7 +49,7 @@ optional arguments: -o OUT_FILE, --out-file OUT_FILE Filename where the generated Output should stored. -v, --debug Enable debugging output. - -f [FILTERS [FILTERS ...]], --filters [FILTERS [FILTERS ...]] + -f [{exclude_clouds_with_lan_links,no_lan} [{exclude_clouds_with_lan_links,no_lan} ...]], --filters [{exclude_clouds_with_lan_links,no_lan} [{exclude_clouds_with_lan_links,no_lan} ...]] Filter out nodes and local clouds based on filter rules ```