From 5825db44c73510e71e34f020e3efd03bd49ffd0c Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 25 Sep 2015 16:26:42 +0200 Subject: merge_backup.py and merge_dist.py take nodes on command line. If no nodes are given on the command line, all appropriate nodes are used. --- tools/mergetools.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/mergetools.py') diff --git a/tools/mergetools.py b/tools/mergetools.py index 86f9255..7b674de 100644 --- a/tools/mergetools.py +++ b/tools/mergetools.py @@ -391,6 +391,7 @@ def chunks(l, n): def parse_args(): parser = argparse.ArgumentParser(description="") + parser.add_argument('node', nargs='*', help="Node to operate on") parser.add_argument('--config', help="System configuration", required=True) parser.add_argument('--localconfig', help="Local configuration", -- cgit v1.1