mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v: use dash instead of lowerdash for -print-v-files (#9111)
This commit is contained in:
@ -329,7 +329,7 @@ pub fn parse_args(known_external_commands []string, args []string) (&Preferences
|
||||
'-w' {
|
||||
res.skip_warnings = true
|
||||
}
|
||||
'-print_v_files' {
|
||||
'-print-v-files' {
|
||||
res.print_v_files = true
|
||||
}
|
||||
'-error-limit' {
|
||||
|
Reference in New Issue
Block a user