branch: elpa/dockerfile-mode
commit c7e4e2541deb66d266f58c364e33a4a10cefbc2b
Author: Guilherme Thomazi Bonicontro <thom...@linux.com>
Commit: Drew Csillag <d...@thecsillags.com>

    updating build string example
---
 dockerfile-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dockerfile-mode.el b/dockerfile-mode.el
index 653e75cfd6..ebed192c05 100644
--- a/dockerfile-mode.el
+++ b/dockerfile-mode.el
@@ -204,7 +204,7 @@ This can be set in file or directory-local variables.")
 
 If prefix arg NO-CACHE is set, don't cache the image.
 The build string will be of the format:
-`sudo docker build --no-cache --force-rm --pull --force-rm --tag IMAGE-NAME 
--build-args arg1.. -f filename directory`"
+`sudo docker build --no-cache --force-rm --pull --force-rm --tag IMAGE-NAME 
--build-args arg1.. --progress PROGRESS_TYPE -f filename directory`"
 
   (interactive (list (dockerfile-read-image-name) prefix-arg))
   (save-buffer)

Reply via email to