mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v help: fix newline (#6510)
This commit is contained in:
parent
763ddf78f3
commit
76e373a5f4
@ -42,7 +42,7 @@ fn print_help_for_command(help_cmd Command) ? {
|
||||
}
|
||||
if !found {
|
||||
args := help_cmd.args.join(' ')
|
||||
print('Invalid command: $args')
|
||||
println('Invalid command: $args')
|
||||
return
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user