From 27bcad6052c90a663d609a12f033c963535e7fb8 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 17 May 2021 01:22:59 +0100 Subject: [PATCH] fix(dylib-tree): command name in help output had the old link-tree name --- cmd/dylib-tree/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/dylib-tree/main.go b/cmd/dylib-tree/main.go index 63429c3..152a072 100644 --- a/cmd/dylib-tree/main.go +++ b/cmd/dylib-tree/main.go @@ -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] []", + UsageText: "dylib-tree [options] []", Flags: []cli.Flag{ &cli.IntFlag{ Name: "depth",