Merge remote-tracking branch 'remotes/rtt/master'

master
chenyong 7 years ago
commit 30b6b0f884

@ -280,7 +280,7 @@ int wget(int argc, char** argv)
{
if (argc != 3)
{
LOG_E("wget [URI] [filename] -get file by URI.");
rt_kprintf("Please using: wget <URI> <filename>");
return -1;
}
@ -290,7 +290,7 @@ int wget(int argc, char** argv)
#ifdef FINSH_USING_MSH
#include <finsh.h>
MSH_CMD_EXPORT(wget, web download file);
MSH_CMD_EXPORT(wget, Get file by URI: wget <URI> <filename>.);
#endif /* FINSH_USING_MSH */
#endif /* RT_USING_DFS */

Loading…
Cancel
Save