From: Sebastien Douheret Date: Mon, 7 Aug 2017 17:50:24 +0000 (+0200) Subject: Added missing quote in help X-Git-Tag: 0.1.0~8 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=fec61be456784b53906b87f853c109a757e2281f;hp=c4759d17cafda0d6b870fa5e8d71103a9f768220;p=src%2Fxds%2Fxds-agent.git Added missing quote in help Signed-off-by: Sebastien Douheret --- diff --git a/Makefile b/Makefile index fe910a2..190dd08 100644 --- a/Makefile +++ b/Makefile @@ -149,7 +149,7 @@ tools/syncthing/copytobin: help: @echo "Main supported rules:" @echo " all (default)" - @echo " build + @echo " build" @echo " package" @echo " install" @echo " clean"