v init: change text to indicate that `v init` creates projects

pull/10566/head
Delyan Angelov 2021-06-24 18:31:16 +03:00
parent e3ea5c1e17
commit 809aa9af65
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ fn init_project() {
c.write_main(false)
c.create_git_repo('.')
println("Change your module's description in `v.mod`")
println('Change the description of your project in `v.mod`')
}
fn main() {