summaryrefslogtreecommitdiffstats
path: root/make_sbpfit_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'make_sbpfit_config.py')
-rwxr-xr-xmake_sbpfit_config.py2
1 files changed, 1 insertions, 1 deletions
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()