[#578] gendoc: Replace NSPCC with FrostFS

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
pull/592/head
Evgenii Stratonikov 2023-08-08 18:03:32 +03:00 committed by Evgenii Stratonikov
parent 34b5d90441
commit 082370583f
1 changed files with 1 additions and 1 deletions

View File

@ -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: