mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v init: change text to indicate that v init
creates projects
This commit is contained in:
@ -165,7 +165,7 @@ fn init_project() {
|
|||||||
c.write_main(false)
|
c.write_main(false)
|
||||||
c.create_git_repo('.')
|
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() {
|
fn main() {
|
||||||
|
Reference in New Issue
Block a user