cli: add usage

pull/22/head
Martin Milata 3 years ago
parent bee3118ee2
commit 266bad658c

@ -27,6 +27,7 @@ func New() *cli.App {
return &cli.App{
Name: "lntop",
Version: version,
Usage: "LN channels viewer",
EnableShellCompletion: true,
Action: run,
Flags: []cli.Flag{

Loading…
Cancel
Save