Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed May 1, 2024
1 parent 697c4ad commit b2a5d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycg/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def main():
parser.add_argument(
"--exclusives", help="Exclusive package to analyze", default=[])
parser.add_argument(
"--ignored-mods", help="Modules to ignore during traversal", default=[])
"--skip-classes", help="Classes to skip during traversal", default=[])
parser.add_argument(
"--fasten",
help="Produce call graph using the FASTEN format",
Expand Down

0 comments on commit b2a5d15

Please sign in to comment.