Skip to content

Commit

Permalink
opt help strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeyret committed Apr 16, 2019
1 parent 42976d3 commit 783ee19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pip_stripper/_pip_stripper.py
Expand Up @@ -271,7 +271,7 @@ def getOptParser(cls):
"--" + dest,
default=default,
action="store_true",
help="%s don't run scan to classify packages [%s]. --build then re-uses existing scan"
help="%s don't run scan to classify packages [%s]. build re-uses existing pip-stripper.scan.yaml"
% (dest, default),
)

Expand All @@ -281,7 +281,8 @@ def getOptParser(cls):
"--" + dest,
default=default,
action="store_true",
help="%s [%s]" % (dest, default),
help="%s - read pip-stripper.scan.yaml to create requirements.prod/dev.txt [%s]"
% (dest, default),
)

dest = "init"
Expand Down

0 comments on commit 783ee19

Please sign in to comment.