From 05b8d662eacc1cb1b30fcc9eb03e5e2f73fc6d86 Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 7 Sep 2017 14:21:11 +0200 Subject: [PATCH] typo: --print-dockerfile ended up falling under --debug --- repo2docker/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo2docker/app.py b/repo2docker/app.py index 0fc6e98d..21887b26 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(