Skip to content

Commit 6b5a39e

Browse files
authored
Update netplugin CLI description (#1076)
* Update netplugin CLI description * Update the usage in a right class
1 parent 4ec7ee2 commit 6b5a39e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netctl/netctl/main.go

+1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ func main() {
2222
// TODO: use sort.Slice() in go1.8
2323
sort.Sort(byName(netctl.Commands))
2424
app.Commands = netctl.Commands
25+
app.Usage = "A command line client for Contiv netplugin"
2526
app.Run(os.Args)
2627
}

0 commit comments

Comments
 (0)