Refer to the user with explicit 2nd-person voice

This commit is contained in:
Jan Van Bruggen 2022-08-28 01:12:55 -06:00
parent 626fe7787d
commit a53819cad1
No known key found for this signature in database
GPG key ID: FE2A4E38E0FA6134

View file

@ -132,7 +132,7 @@ pub fn build_app<'a>() -> Command<'a> {
let app = Command::new("roc")
.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)
.about("Build a binary from the given .roc file, but don't run it")
.arg(flag_optimize.clone())