v help: fix newline (#6510)

pull/6517/head
Lukas Neubert 2020-09-30 14:57:22 +02:00 committed by GitHub
parent 763ddf78f3
commit 76e373a5f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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