forked from TrueCloudLab/frostfs-node
[#1005] neofs-node: fix usage message
Signed-off-by: Sergio Nemirowski <sergio@nspcc.ru>
This commit is contained in:
parent
ca894fee23
commit
4ad2961c51
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ func fatalOnErrDetails(details string, err error) {
|
|||
|
||||
func main() {
|
||||
configFile := flag.String("config", "", "path to config")
|
||||
versionFlag := flag.Bool("version", false, "neofs-ir node version")
|
||||
versionFlag := flag.Bool("version", false, "neofs node version")
|
||||
flag.Parse()
|
||||
|
||||
if *versionFlag {
|
||||
|
|
Loading…
Reference in a new issue