mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
v init: change text to indicate that v init
creates projects
This commit is contained in:
parent
e3ea5c1e17
commit
809aa9af65
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue