branch: elpa/dockerfile-mode commit 73a8bcc25547b874e1983a75901f6c31708cd104 Author: Alfonso Montero <amont...@tinet.org> Commit: Drew Csillag <d...@thecsillags.com>
Fix: remove repeated switch in docstring --- dockerfile-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile-mode.el b/dockerfile-mode.el index ebed192c05..791ec095ac 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.. --progress PROGRESS_TYPE -f filename directory`" +`sudo docker build --no-cache --force-rm --pull --tag IMAGE-NAME --build-args arg1.. --progress PROGRESS_TYPE -f filename directory`" (interactive (list (dockerfile-read-image-name) prefix-arg)) (save-buffer)