Skip to content

Commit

Permalink
Slightly improve help for module linking
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Feb 15, 2024
1 parent a6304a9 commit 55ca59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctypesgen/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def __call__(self, parser, namespace, values, option_string=None):
action="extend",
default=[],
metavar="MODULE",
help="Use symbols from python module MODULE (system or local import). For local import, either as dot-prefixed import relative to the output file, or as absolute import. Local imports need --no-embed-templates and --linkage-anchor. Local absolute imports also need adding the parent dir to PYTHONPATH.",
help="Use symbols from python module MODULE (site-packages or local import). For local import, either as dot-prefixed import relative to the output file, or as absolute import. Local imports need --no-embed-templates and --linkage-anchor. Local absolute imports also need adding the parent dir to PYTHONPATH.",
)
parser.add_argument(
"--linkage-anchor",
Expand Down

0 comments on commit 55ca59d

Please sign in to comment.