From bd03d057769946ba9cfc4ecaeef8f0bb846cac79 Mon Sep 17 00:00:00 2001 From: ShyamsundarR Date: Thu, 7 Mar 2019 17:03:18 -0500 Subject: [PATCH] Address linter error Signed-off-by: ShyamsundarR --- cmd/rbd/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/rbd/main.go b/cmd/rbd/main.go index f5f727bc9..421da93e8 100644 --- a/cmd/rbd/main.go +++ b/cmd/rbd/main.go @@ -31,7 +31,8 @@ var ( nodeID = flag.String("nodeid", "", "node id") containerized = flag.Bool("containerized", true, "whether run as containerized") metadataStorage = flag.String("metadatastorage", "", "metadata persistence method [node|k8s_configmap]") - configRoot = flag.String("configroot", "/etc/csi-config", "directory in which CSI specific Ceph cluster configurations are present, OR the value \"k8s_objects\" if present as kubernetes secrets") + configRoot = flag.String("configroot", "/etc/csi-config", "directory in which CSI specific Ceph"+ + " cluster configurations are present, OR the value \"k8s_objects\" if present as kubernetes secrets") ) func init() {