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{ return &cli.App{
Name: "lntop", Name: "lntop",
Version: version, Version: version,
Usage: "LN channels viewer",
EnableShellCompletion: true, EnableShellCompletion: true,
Action: run, Action: run,
Flags: []cli.Flag{ Flags: []cli.Flag{

Loading…
Cancel
Save