chore: fix typo in cargo xtask kotlin doc comment (#2387)

This commit is contained in:
Benjamin Bouvier
2023-08-08 16:00:20 +02:00
committed by GitHub
parent 625acb056a
commit 80c9464f1e

View File

@@ -47,6 +47,7 @@ enum KotlinCommand {
BuildAndroidLibrary {
#[clap(value_enum, long)]
package: Package,
/// Build with the release profile
#[clap(long)]
release: bool,
@@ -59,7 +60,7 @@ enum KotlinCommand {
#[clap(long)]
only_target: Option<String>,
/// Move the generated files into the given src direct
/// Move the generated files into the given src directory
#[clap(long)]
src_dir: PathBuf,
},