From 002f59cbf266f11ebc3ef665ca67bdd8654325f0 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Fri, 2 Jul 2021 17:05:25 +0200 Subject: [PATCH] Add sub-option all --- Overlap/plot_traj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Overlap/plot_traj.py b/Overlap/plot_traj.py index 571783d4..2eb06822 100755 --- a/Overlap/plot_traj.py +++ b/Overlap/plot_traj.py @@ -102,7 +102,7 @@ if __name__ == "__main__": parser.add_argument("shpc_dir", help = "directory containing SHPC, with " "visible eddies at all dates") parser.add_argument("-l", "--label", - choices = ["root", "leaf", "split", "merge"]) + choices = ["root", "leaf", "split", "merge", "all"]) parser.add_argument("-s", "--save", metavar = "format", help = "Save file to specified format") parser.add_argument("-t", "--time", action = "store_true", -- GitLab