1
0
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:
Ikko Eltociear Ashimine 2023-05-05 03:23:02 +09:00 committed by GitHub
parent d27b48b7fe
commit 43093311b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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