Merge pull request #75 from minrk/typo

typo: --print-dockerfile ended up falling under --debug
pull/77/head
Chris Holdgraf 2017-09-08 14:30:24 -07:00 zatwierdzone przez GitHub
commit 065d00aa71
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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(