Skip to content

Commit 045b0c4

Browse files
committed
chore: update argument parser help
1 parent 482112c commit 045b0c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/auditwheel/main_repair.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ def configure_parser(sub_parsers):
105105
help=(
106106
"Do not copy libraries located in the site-packages directory from "
107107
"other packages. Just update the `rpath` only. The developer will "
108-
"need to ensure that the skipped libraries are listed the package "
109-
"install dependencies."
108+
"need to ensure that the skipped libraries are listed in the "
109+
"package install dependencies."
110110
),
111111
default=True, # default: COPY_SITE_LIBS=True
112112
)

0 commit comments

Comments
 (0)