From f370f966b3efde52d5f63a4f3dabe9569f7385a6 Mon Sep 17 00:00:00 2001 From: TheFGFSEagle Date: Mon, 28 Feb 2022 17:49:34 +0100 Subject: [PATCH] Correct typos --- aircraft/javaprop2jsbcpct.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/aircraft/javaprop2jsbcpct.py b/aircraft/javaprop2jsbcpct.py index f256245..fb80ce4 100755 --- a/aircraft/javaprop2jsbcpct.py +++ b/aircraft/javaprop2jsbcpct.py @@ -9,14 +9,13 @@ if __name__ == "__main__": argp.add_argument( "-i", "--input-file", help="File to read JavaProp data from", + required=True ) argp.add_argument( "--interactive", + action="store_true", help="Read JavaProp data from standard input instead of a file, ignoring --input-file (disabled by default)", - nargs=0 - type=bool, - default=False ) argp.add_argument(