We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4046d commit 6dda48cCopy full SHA for 6dda48c
espflash/src/cli/monitor/mod.rs
@@ -108,7 +108,7 @@ pub fn monitor(
108
let stdout = stdout();
109
let mut stdout = if monitor_args.no_addresses {
110
if monitor_args.all_addresses {
111
- log::warn!("Suppressing address resolution with `--all-addresses` given");
+ log::warn!("Using ` --no-addresses` disables address resolution, making `--all-addresses` ineffective. Consider using only one of these flags."
112
}
113
114
ResolvingPrinter::new_no_addresses(firmware_elf, stdout.lock())
0 commit comments