From 38df6facfecb16cc24f829770aff77d24050f7f4 Mon Sep 17 00:00:00 2001 From: shivesh Date: Mon, 19 Mar 2018 17:28:46 -0500 Subject: update submitter script --- fr.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'fr.py') diff --git a/fr.py b/fr.py index 3e9581e..7a53956 100755 --- a/fr.py +++ b/fr.py @@ -109,7 +109,10 @@ def process_args(args): def parse_args(): """Parse command line arguments""" - parser = argparse.ArgumentParser(description="BSM flavour ratio analysis") + parser = argparse.ArgumentParser( + description="BSM flavour ratio analysis", + formatter_class=misc_utils.SortingHelpFormatter, + ) parser.add_argument( '--measured-ratio', type=int, nargs=3, default=[1, 1, 1], help='Set the central value for the measured flavour ratio at IceCube' -- cgit v1.2.3