From 215086ffb2fa0023fe7350ed4798a5fc9fe3e630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Thu, 25 Oct 2018 21:13:50 +0100 Subject: [PATCH] Fix quotes and escaping in make help MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb61e9cf0..2a962b4a0 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ help: @echo " pot Generate a gettext POT file to be used for translations." @echo " release Prepare a new release of converse.js. E.g. make release VERSION=0.9.5" @echo " serve Serve this directory via a webserver on port 8000." - @echo " serve_bg Same as "serve", but do it in the background + @echo " serve_bg Same as \"serve\", but do it in the background" @echo " stamp-npm Install NPM dependencies" @echo " stamp-bundler Install Bundler (Ruby) dependencies" @echo " watch Tells Sass to watch the .scss files for changes and then automatically update the CSS files."