Skip to content

Commit 78151b7

Browse files
committed
Fix typo on the document header for snmp's CliCommand
1 parent df41bb6 commit 78151b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/snmp/snmp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"gopkg.in/yaml.v2"
1414
)
1515

16-
// CliCommand the CLI command to provide server information
16+
// CliCommand the CLI command to manage SNMP configuration
1717
var CliCommand = cli.Command{
1818
Name: "snmp",
1919
Usage: "Manage SNMP configuration",

0 commit comments

Comments
 (0)