From 4f29ddf801d0de1e0f2f1af95a7a63d5372f68a3 Mon Sep 17 00:00:00 2001 From: armink Date: Wed, 8 Aug 2018 09:23:35 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91wget=20?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E7=BB=86=E8=8A=82=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: armink --- webclient_file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webclient_file.c b/webclient_file.c index 883ca67..1baede0 100644 --- a/webclient_file.c +++ b/webclient_file.c @@ -277,7 +277,7 @@ int wget(int argc, char** argv) { if (argc != 3) { - LOG_E("wget [URI] [filename] -get file by URI."); + rt_kprintf("wget [URI] [filename] - get file by URI."); return -1; } @@ -287,7 +287,7 @@ int wget(int argc, char** argv) #ifdef FINSH_USING_MSH #include -MSH_CMD_EXPORT(wget, web download file); +MSH_CMD_EXPORT(wget, wget [URI] [filename] - get file by URI.); #endif /* FINSH_USING_MSH */ #endif /* RT_USING_DFS */