From 1adb3520dcc05852e37b150d29b17a3fb85e16f1 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 13 Jul 2016 10:49:10 +0800 Subject: make_sbpfit_config.py: minor fix to arguments --- make_sbpfit_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_sbpfit_config.py b/make_sbpfit_config.py index 8228bd3..f0409c9 100755 --- a/make_sbpfit_config.py +++ b/make_sbpfit_config.py @@ -64,7 +64,7 @@ def main(): parser.add_argument("-j", "--json", dest="json", required=False, help="the *_INFO.json file " + "(default: find ../*_INFO.json)") - parser.add_argument("outfile", nargs="?", + parser.add_argument("outfile", nargs="?", default="sbpfit.conf", help="filename of the output sbpfit config " + "(default: sbpfit.conf)") args = parser.parse_args() -- cgit v1.2.2