mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
flag: fix typo in flag.v (#18109)
This commit is contained in:
parent
d27b48b7fe
commit
43093311b6
@ -123,7 +123,7 @@ fn (mut f FlagParser) free() {
|
||||
}
|
||||
|
||||
pub const (
|
||||
// used for formating usage message
|
||||
// used for formatting usage message
|
||||
space = ' '
|
||||
underline = '-----------------------------------------------'
|
||||
max_args_number = 4048
|
||||
|
Loading…
Reference in New Issue
Block a user