From 24a5a0e6ba3c66eca6a60894d97d9d66f4a47ab7 Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Tue, 2 Oct 2018 21:16:47 -0500 Subject: [PATCH] corrects syntax error in Makefile Signed-off-by: Mike Brown --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6559bc1bb..f8713bc68 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ help: @echo " * 'verify' - Execute the source code verification tools" @echo " * 'proto' - Update protobuf of the cri plugin api" @echo " * 'install.tools' - Install tools used by verify" - @echo " * 'install.deps' - Install dependencies of cri (Note: BUILDTAGS defaults to 'seccomp apparmor' for runc build") + @echo " * 'install.deps' - Install dependencies of cri (Note: BUILDTAGS defaults to 'seccomp apparmor' for runc build)" @echo " * 'uninstall' - Remove installed binaries from system locations" @echo " * 'version' - Print current cri plugin release version" @echo " * 'update-vendor' - Syncs containerd/vendor.conf -> vendor.conf and sorts vendor.conf"