Skip to content
Snippets Groups Projects
Commit 002f59cb authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Add sub-option all

parent 3ec9a035
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment