diff --git a/README.md b/README.md index 0e46c5e..be70eab 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Options: When using this option, `ldproxy` crate will also be installed. -f, --export-file - Relative or full path of the generated export file. If no path is provided, the file will be generated under home directory (https://docs.rs/dirs/latest/dirs/fn.home_dir.html) + Relative or full path for the export file that will be generated. If no path is provided, the file will be generated under home directory (https://docs.rs/dirs/latest/dirs/fn.home_dir.html) -c, --extra-crates Comma or space list of extra crates to install diff --git a/src/main.rs b/src/main.rs index 7b542e0..d61f4b3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -77,7 +77,7 @@ pub struct InstallOpts { /// When using this option, `ldproxy` crate will also be installed. #[arg(short = 'e', long, required = false)] pub esp_idf_version: Option, - /// Relative or full path of the generated export file. If no path is provided, the file will be generated under home directory (https://docs.rs/dirs/latest/dirs/fn.home_dir.html). + /// Relative or full path for the export file that will be generated. If no path is provided, the file will be generated under home directory (https://docs.rs/dirs/latest/dirs/fn.home_dir.html). #[arg(short = 'f', long)] pub export_file: Option, /// Comma or space list of extra crates to install.