correct help text

This commit is contained in:
Axel Kohlmeyer
2025-01-23 08:52:27 -05:00
parent 57cc7b6817
commit 790b124f6a
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,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 correct the LAMMPS homepage URL and developer email in LAMMPS source files')
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')