From 9630beeb0f283ff57be5d0e39817c3ff84c6d944 Mon Sep 17 00:00:00 2001 From: j23414 Date: Tue, 28 Mar 2023 13:43:54 -0700 Subject: [PATCH] fix: fix and rewrite the help description --- scripts/set_final_strain_name.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/set_final_strain_name.py b/scripts/set_final_strain_name.py index 2b74f27b..0036f2a5 100644 --- a/scripts/set_final_strain_name.py +++ b/scripts/set_final_strain_name.py @@ -11,7 +11,7 @@ def replace_name_recursive(node, lookup): if __name__=="__main__": parser = argparse.ArgumentParser( - description="remove time info", + description="Swaps out the strain names in the Auspice JSON with the final strain name", formatter_class=argparse.ArgumentDefaultsHelpFormatter )