diff --git a/repo2docker/app.py b/repo2docker/app.py index 7f31c990..d5ae95e0 100644 --- a/repo2docker/app.py +++ b/repo2docker/app.py @@ -168,7 +168,7 @@ class Repo2Docker(Application): '--no-build', dest='build', action='store_false', - help="Do not actually build the image. Useful in conjugation with --print-dockerfile." + help="Do not actually build the image. Useful in conjunction with --debug." ) argparser.add_argument(