1
0
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:
pancake
2021-03-04 13:38:05 +01:00
committed by GitHub
parent eb1e1afbc1
commit c65d65a3f5
3 changed files with 5 additions and 5 deletions

View File

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