Skip to content

Commit

Permalink
Update util.py
Browse files Browse the repository at this point in the history
update description of ArgumentParser to be more generic.
  • Loading branch information
bikegeek authored Nov 15, 2023
1 parent 7929cbb commit acbcdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metplotpy/plots/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def read_config_from_command_line():
The full path to the config file
"""
# Create Parser
parser = argparse.ArgumentParser(description='Generates a performance diagram')
parser = argparse.ArgumentParser(description='Read in config file')

# Add arguments
parser.add_argument('Path', metavar='path', type=str,
Expand Down

0 comments on commit acbcdc5

Please sign in to comment.