Skip to content

Commit 80d85dd

Browse files
author
Glenn Snyder
committed
updating sample description
1 parent 929f732 commit 80d85dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/override_violations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from blackduck.HubRestApi import HubInstance, object_id
99

10-
parser = argparse.ArgumentParser("Program description")
10+
parser = argparse.ArgumentParser("Override (or undo) BOM component policy violations")
1111
parser.add_argument("project")
1212
parser.add_argument("-v", "--version", help="The version within the project to apply the override (or undo) to. If not supplied, the override (or undo) will be applied to all versions in the project")
1313
parser.add_argument("component", help="The name of the BOM component")

0 commit comments

Comments
 (0)