diff --git a/os/gcmd/gcmd_command_help.go b/os/gcmd/gcmd_command_help.go index 29c7facf4..0f6af76fe 100644 --- a/os/gcmd/gcmd_command_help.go +++ b/os/gcmd/gcmd_command_help.go @@ -75,7 +75,7 @@ func (c *Command) Print() { // Option. if len(options) > 0 { - buffer.WriteString("OPTION\n") + buffer.WriteString("OPTIONS\n") var ( nameStr string maxSpaceLength = 0