From 4e7dc16506f6a054b6cb0e2a5c9e2870d21cbd84 Mon Sep 17 00:00:00 2001 From: Andrew de Quincey Date: Sat, 1 May 2021 14:21:13 +0100 Subject: [PATCH] fix command description --- kiln-tuner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')