forked from TrueCloudLab/frostfs-node
[#1] Fix version output for all compiled binaries
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
89a0266f5e
commit
406ff1360f
5 changed files with 5 additions and 5 deletions
|
@ -89,7 +89,7 @@ func init() {
|
|||
func entryPoint(cmd *cobra.Command, _ []string) {
|
||||
printVersion, _ := cmd.Flags().GetBool("version")
|
||||
if printVersion {
|
||||
cmd.Print(misc.BuildInfo("NeoFS CLI"))
|
||||
cmd.Print(misc.BuildInfo("FrostFS CLI"))
|
||||
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue