correct help text
This commit is contained in:
@ -102,7 +102,7 @@ def check_folder(directory, config, fix=False, verbose=False):
|
||||
return success
|
||||
|
||||
def main():
|
||||
parser = argparse.ArgumentParser(description='Utility for detecting and fixing whitespace issues in LAMMPS')
|
||||
parser = argparse.ArgumentParser(description='Utility for detecting and removing error message comment in LAMMPS headers')
|
||||
parser.add_argument('-c', '--config', metavar='CONFIG_FILE', help='location of a optional configuration file')
|
||||
parser.add_argument('-f', '--fix', action='store_true', help='automatically fix URLs')
|
||||
parser.add_argument('-v', '--verbose', action='store_true', help='verbose output')
|
||||
|
||||
Reference in New Issue
Block a user