mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
flag: fix a typo
This commit is contained in:
parent
2b27072fac
commit
8d10adf886
@ -329,7 +329,7 @@ pub fn (mut fs FlagParser) float(name string, abbr byte, fdefault f64, usage str
|
||||
// string_multi returns all instances of values associated with the flags provided
|
||||
// In the case that none were found, it returns an empty array.
|
||||
pub fn (mut fs FlagParser) string_multi(name string, abbr byte, usage string) []string {
|
||||
fs.add_flag(name, abbr, usage, '<multiple floats>')
|
||||
fs.add_flag(name, abbr, usage, '<multiple strings>')
|
||||
return fs.parse_value(name, abbr)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user