mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Refer to the user with explicit 2nd-person voice
This commit is contained in:
parent
626fe7787d
commit
a53819cad1
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ pub fn build_app<'a>() -> Command<'a> {
|
||||||
|
|
||||||
let app = Command::new("roc")
|
let app = Command::new("roc")
|
||||||
.version(concatcp!(VERSION, "\n"))
|
.version(concatcp!(VERSION, "\n"))
|
||||||
.about("Run the given .roc file, if there are no compilation errors.\nUse one of the SUBCOMMANDS below to do something else!")
|
.about("Run the given .roc file, if there are no compilation errors.\nYou can use one of the SUBCOMMANDS below to do something else!")
|
||||||
.subcommand(Command::new(CMD_BUILD)
|
.subcommand(Command::new(CMD_BUILD)
|
||||||
.about("Build a binary from the given .roc file, but don't run it")
|
.about("Build a binary from the given .roc file, but don't run it")
|
||||||
.arg(flag_optimize.clone())
|
.arg(flag_optimize.clone())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue