From 76f8095bc5ff7de2265e03dced65b912e38a1978 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 20 Jul 2021 19:36:30 +0100 Subject: [PATCH] hdfs: fix documentation so it doesn't have HTML in --- backend/hdfs/hdfs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/hdfs/hdfs.go b/backend/hdfs/hdfs.go index 24dff3091..49d009899 100644 --- a/backend/hdfs/hdfs.go +++ b/backend/hdfs/hdfs.go @@ -37,7 +37,7 @@ func init() { Help: `Kerberos service principal name for the namenode Enables KERBEROS authentication. Specifies the Service Principal Name -(/) for the namenode.`, +(SERVICE/FQDN) for the namenode.`, Required: false, Examples: []fs.OptionExample{{ Value: "hdfs/namenode.hadoop.docker",