aboutsummaryrefslogtreecommitdiffstats
path: root/fr.py
diff options
context:
space:
mode:
Diffstat (limited to 'fr.py')
-rwxr-xr-xfr.py5
1 files changed, 4 insertions, 1 deletions
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'