Skip to content

Commit

Permalink
updated help
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Gadorek committed Dec 11, 2024
1 parent 36e00df commit 6a196d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli_args/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub struct Cli {

#[arg(
long,
help = "Absolute path to save eim_idf.json file. Default is $HOME/.esp_installation_manager/eim_idf.json"
help = "Absolute path to save eim_idf.json file. Default is $HOME/.esp_installation_manager/eim_idf.json on POSIX systems and C:\\Espressif\\tools\\eim_idf.json on Windows systems"
)]
esp_idf_json_path: Option<String>,

Expand Down

0 comments on commit 6a196d0

Please sign in to comment.