From 082370583fe3ff32a7b572fc147b6a2cf062208f Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Tue, 8 Aug 2023 18:03:32 +0300 Subject: [PATCH] [#578] gendoc: Replace NSPCC with FrostFS Signed-off-by: Evgenii Stratonikov --- pkg/util/gendoc/gendoc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/gendoc/gendoc.go b/pkg/util/gendoc/gendoc.go index df0d32b21..e7228d0e0 100644 --- a/pkg/util/gendoc/gendoc.go +++ b/pkg/util/gendoc/gendoc.go @@ -67,7 +67,7 @@ In this case there is a number of helper functions which can be used: case gendocMan: hdr := &doc.GenManHeader{ Section: "1", - Source: "NSPCC & Morphbits", + Source: "FrostFS", } return doc.GenManTree(rootCmd, hdr, args[0]) default: