From b621a60837d19afd479706cf9ff6c3dda8d20bfb Mon Sep 17 00:00:00 2001 From: evan-schott <53463459+evan-schott@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:20:27 -0700 Subject: [PATCH] Update errors/src/errors/package/package_errors.rs Co-authored-by: d0cd <23022326+d0cd@users.noreply.github.com> Signed-off-by: evan-schott <53463459+evan-schott@users.noreply.github.com> --- errors/src/errors/package/package_errors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors/src/errors/package/package_errors.rs b/errors/src/errors/package/package_errors.rs index 9e33800895..24119cfb61 100644 --- a/errors/src/errors/package/package_errors.rs +++ b/errors/src/errors/package/package_errors.rs @@ -416,6 +416,6 @@ create_messages!( execution_error { args: (error: impl Display), msg: format!("❌ Execution error: {error}"), - help: Some("Make sure that you are using the right network. Use `--network testnet` to switch to testnet.".to_string()), + help: Some("Make sure that you are using the right `--network` options.".to_string()), } );