From a3d33822bcf64b27e4bc2f814aca7c8f5960e875 Mon Sep 17 00:00:00 2001 From: Southside <293741+willief@users.noreply.github.com> Date: Fri, 14 Jun 2024 16:30:48 +0100 Subject: [PATCH] Update files.rs Existing error message referred to "files upload" This changes the error to refer to "files download" --- sn_cli/src/bin/subcommands/files.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sn_cli/src/bin/subcommands/files.rs b/sn_cli/src/bin/subcommands/files.rs index 81ffdef31e..84669b08d5 100644 --- a/sn_cli/src/bin/subcommands/files.rs +++ b/sn_cli/src/bin/subcommands/files.rs @@ -149,7 +149,7 @@ pub(crate) async fn files_cmds( return Err( eyre!("Both the name and address must be supplied if either are used") .suggestion( - "Please run the command again in the form 'files upload
'", + "Please run the command again in the form 'files download
'", ), ); }