From ba1746bdf07c154ccfbdf0cdfa5615f7f2ee1836 Mon Sep 17 00:00:00 2001 From: TheFGFSEagle Date: Fri, 4 Mar 2022 22:03:19 +0100 Subject: [PATCH] Added some usage guidance --- aircraft/javaprop2jsbcpct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircraft/javaprop2jsbcpct.py b/aircraft/javaprop2jsbcpct.py index 3cef063..78bf488 100755 --- a/aircraft/javaprop2jsbcpct.py +++ b/aircraft/javaprop2jsbcpct.py @@ -47,7 +47,7 @@ def make_tables(data, maximum, indentation="\t", resolution=0.05): if __name__ == "__main__": - argp = argparse.ArgumentParser(description="javaprop2jsbcpct.py - converts JavaProp propeller data into Cp and Ct tables for a JSBsim propeller") + argp = argparse.ArgumentParser(description="javaprop2jsbcpct.py - converts JavaProp propeller data into Cp and Ct tables for a JSBsim propeller\nReplace the C_THRUST and C_POWER tables in your JSBsim propeller file with the output of this script.") argp.add_argument( "-i", "--input-file",