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:
@@ -42,7 +42,7 @@ fn print_help_for_command(help_cmd Command) ? {
|
|||||||
}
|
}
|
||||||
if !found {
|
if !found {
|
||||||
args := help_cmd.args.join(' ')
|
args := help_cmd.args.join(' ')
|
||||||
print('Invalid command: $args')
|
println('Invalid command: $args')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user