fix(dylib-tree): command name in help output had the old link-tree name

This commit is contained in:
2021-05-17 01:22:59 +01:00
parent ff22622f87
commit 27bcad6052

View File

@@ -13,9 +13,9 @@ import (
)
var app = &cli.App{
Name: "link-tree",
Name: "dylib-tree",
Usage: "recursive list shared-libraries as a tree",
UsageText: "link-tree [options] <binary-file> [<binary-file>]",
UsageText: "dylib-tree [options] <binary-file> [<binary-file>]",
Flags: []cli.Flag{
&cli.IntFlag{
Name: "depth",