Skip to content

Commit

Permalink
Changing menu name
Browse files Browse the repository at this point in the history
  • Loading branch information
DHRUVJ2003 committed Oct 4, 2023
1 parent 3357a87 commit 74e8fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions replace.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def runCommand():


if __name__ == "__main__":
parser = argparse.ArgumentParser('Scale molecular coordinates.')
parser = argparse.ArgumentParser('Replace atoms of elements')
parser.add_argument('--debug', action='store_true')
parser.add_argument('--print-options', action='store_true')
parser.add_argument('--run-command', action='store_true')
Expand All @@ -210,7 +210,7 @@ def runCommand():
debug = args['debug']

if args['display_name']:
print("Scale Coords...")
print("Replace atoms of Elements")
if args['menu_path']:
print("&Build")
if args['print_options']:
Expand Down

0 comments on commit 74e8fb9

Please sign in to comment.