diff --git a/vlib/cli/flag.v b/vlib/cli/flag.v index d49e9dc88f..225bd17aeb 100644 --- a/vlib/cli/flag.v +++ b/vlib/cli/flag.v @@ -21,11 +21,11 @@ pub mut: name string // Like short option abbrev string - // Desciption of flag + // Description of flag description string // If the flag is added to this command and to all subcommands global bool - // If flag is requierd + // If flag is required required bool // Default value if no value provide by command line default_value []string = []