From 92ebe06d77cf3878a36ef0a68d828c9abe135455 Mon Sep 17 00:00:00 2001 From: Danielle Tomlinson Date: Wed, 23 Jan 2019 16:27:05 +0100 Subject: [PATCH] cli: Hide `nomad docker_logger` from help output --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index 45229139c..5f7169670 100644 --- a/main.go +++ b/main.go @@ -10,6 +10,7 @@ import ( "text/tabwriter" "github.com/hashicorp/nomad/command" + "github.com/hashicorp/nomad/drivers/docker/docklog" "github.com/hashicorp/nomad/version" "github.com/mitchellh/cli" "github.com/sean-/seed" @@ -36,6 +37,7 @@ var ( "server-join", "server-members", "syslog", + docklog.PluginName, } // aliases is the list of aliases we want users to be aware of. We hide