Skip to content

Commit 072c278

Browse files
authored
Update check_twincat_versions.py
1 parent 9d92368 commit 072c278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pre_commit_hooks/check_twincat_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def main(args=None):
4646
if args is None:
4747
parser = argparse.ArgumentParser()
4848
parser.add_argument(
49-
"filenames", nargs="+", help="List of tsproj filenames to process."
49+
"filenames", nargs="+", help="List of tsproj and tspproj filenames to process."
5050
)
5151
parser.add_argument(
5252
"--target-version", type=str, help="Target TwinCAT version to enforce."

0 commit comments

Comments
 (0)