We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec7ee2 commit 6b5a39eCopy full SHA for 6b5a39e
netctl/netctl/main.go
@@ -22,5 +22,6 @@ func main() {
22
// TODO: use sort.Slice() in go1.8
23
sort.Sort(byName(netctl.Commands))
24
app.Commands = netctl.Commands
25
+ app.Usage = "A command line client for Contiv netplugin"
26
app.Run(os.Args)
27
}
0 commit comments