Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewb66 authored Mar 2, 2022
1 parent 0836435 commit 4e61e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export_spdx/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
help='''Do not export copyright, download link or package file data (speeds up processing -
same as using "--download_loc --no_copyrights --no_files")''',
action='store_true')
parser.add_argument("--exclude_ignored_components",
parser.add_argument("-x", "--exclude_ignored_components",
help="Exclude components marked ignored in the BOM", action='store_true')
parser.add_argument("--blackduck_url", type=str,
help="Black Duck server URL (can also be set as env. var. BLACKDUCK_URL)", default="")
Expand Down

0 comments on commit 4e61e98

Please sign in to comment.