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
'", ), ); }