mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 03:56:40 +00:00
fix(dylib-tree): command name in help output had the old link-tree name
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user