mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 21:51:21 +00:00
PT-1535 Changed tool name in --help output message
This commit is contained in:
@@ -164,7 +164,7 @@ func processCliParams(baseTempPath string, usageWriter io.Writer) (*cliOptions,
|
|||||||
}
|
}
|
||||||
msg += "\n "
|
msg += "\n "
|
||||||
|
|
||||||
app := kingpin.New("pt-secure-data", msg)
|
app := kingpin.New("pt-secure-collect", msg)
|
||||||
if usageWriter != nil {
|
if usageWriter != nil {
|
||||||
app.UsageWriter(usageWriter)
|
app.UsageWriter(usageWriter)
|
||||||
app.Terminate(nil)
|
app.Terminate(nil)
|
||||||
|
Reference in New Issue
Block a user