mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Minor formatting
This commit is contained in:
parent
3daba1f6c0
commit
6b213be997
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ pub fn build_app<'a>() -> App<'a> {
|
|||
Arg::new(FLAG_TARGET)
|
||||
.long(FLAG_TARGET)
|
||||
.about("Choose a different target")
|
||||
.default_value(Target::default().as_str())
|
||||
.default_value(Target::default().as_str())
|
||||
.possible_values(Target::OPTIONS)
|
||||
.required(false),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue