Skip to content

Commit

Permalink
Merge pull request #1471 from GEOS-ESM/feature/mathomp4/trivial-spell…
Browse files Browse the repository at this point in the history
…ing-fix

Fix typo in mapl_tree.py
  • Loading branch information
mathomp4 authored Apr 8, 2022
2 parents dc356b8 + 0646952 commit f21b45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/mapl_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def main():
if ( REPO ):
FULL_TREE = True
TRIM = False

MT = MAPL_Tree(OUT_FORM, OUT_COLOR, ADD_LINK, FULL_TREE, TRIM, REPO)

if OUT_TYPE=='chname':
Expand Down Expand Up @@ -452,7 +452,7 @@ def parse_args():
choices=['txt','mm'], default='txt')
p.add_argument('-F','--full', help='display full tree', action='store_true')
p.add_argument('-l','--link', help='add external link to nodes (edit MAPL_Tree::get_link)', action='store_true')
p.add_argument('-t','--trim', help='skip non GridComps, shorten names, use bult-in aliases',action='store_true')
p.add_argument('-t','--trim', help='skip non GridComps, shorten names, use built-in aliases',action='store_true')
p.add_argument('-r','--repo', help='shows only the repository hierarchy',action='store_true')

# Do not document this, it should be removed
Expand Down

0 comments on commit f21b45a

Please sign in to comment.