diff --git a/kiln-tuner.py b/kiln-tuner.py index 19d7b03..f8c8b94 100755 --- a/kiln-tuner.py +++ b/kiln-tuner.py @@ -173,7 +173,7 @@ def calculate(filename, tangentdivisor, showplot): if __name__ == "__main__": - parser = argparse.ArgumentParser(description='Record data for kiln tuning') + parser = argparse.ArgumentParser(description='Kiln tuner') subparsers = parser.add_subparsers() parser_profile = subparsers.add_parser('recordprofile', help='Record kiln temperature profile')