A few more telnet updates

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4348 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo
2012-01-30 22:20:42 +00:00
parent 622ac27bfa
commit 1e4d04d53b
5 changed files with 25 additions and 15 deletions
+5 -5
View File
@@ -93,9 +93,9 @@ static struct ptentry_s g_parsetab[] =
static void shell_help(int argc, char **argv)
{
printf("Available commands:");
printf(" help, ? - show help");
printf(" exit - exit shell");
printf("Available commands:\n");
printf(" help, ? - show help\n");
printf(" exit - exit shell\n");
}
/****************************************************************************
@@ -157,8 +157,8 @@ int shell_session(int argc, char *argv[])
{
char line[128];
printf("uIP command shell -- NuttX style");
printf("Type '?' and return for help");
printf("uIP command shell -- NuttX style\n");
printf("Type '?' and return for help\n");
for(;;)
{