We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c720d1 commit 47bb51dCopy full SHA for 47bb51d
1 file changed
cli/cmd/network_report.go
@@ -17,7 +17,7 @@ import (
17
18
func (r *runners) InitNetworkReport(parent *cobra.Command) *cobra.Command {
19
cmd := &cobra.Command{
20
- Use: "report NETWORK_ID",
+ Use: "report [NETWORK_ID]",
21
Short: "Get network report",
22
Long: `Get a network report showing detailed network activity for a specified network.
23
0 commit comments