Skip to content

Commit

Permalink
KPMP-5665: add help
Browse files Browse the repository at this point in the history
  • Loading branch information
zwright committed Dec 17, 2024
1 parent 607bc8e commit 6d00790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/packageChecker/packageChecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ def move_file_to_derived(self, package_directory, file_name):
"-m",
"--move_derived",
required=False,
action='store_true'
action='store_true',
help='move extra files to derived folder'
)
args = parser.parse_args()
checker = PackageChecker()
Expand Down

0 comments on commit 6d00790

Please sign in to comment.