PT-1535 Changed tool name in --help output message

This commit is contained in:
guriandoro
2018-07-03 20:53:18 -04:00
parent 41df469802
commit 9d8410c915

View File

@@ -164,7 +164,7 @@ func processCliParams(baseTempPath string, usageWriter io.Writer) (*cliOptions,
}
msg += "\n "
app := kingpin.New("pt-secure-data", msg)
app := kingpin.New("pt-secure-collect", msg)
if usageWriter != nil {
app.UsageWriter(usageWriter)
app.Terminate(nil)