diff --git a/errors/src/errors/utils/util_errors.rs b/errors/src/errors/utils/util_errors.rs index 1d3bea68a3..d7a6c7ca69 100644 --- a/errors/src/errors/utils/util_errors.rs +++ b/errors/src/errors/utils/util_errors.rs @@ -65,7 +65,7 @@ create_messages!( network_error { args: (url: impl Display, status: impl Display), msg: format!("Failed network request to {url}. Status: {status}"), - help: Some("Make sure that you are using the right network and endpoint. Use `--network testnet` to switch to testnet.".to_string()), + help: Some("Make sure that you are using the correct `--network` and `--endpoint` options.".to_string()) } @formatted