shell: version: fix typo
This commit is contained in:
parent
4aa807a7b3
commit
c6afcd1027
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ int shell_version(struct console *con, size_t argc, const char **argv)
|
|||
if (argc < 1)
|
||||
return -1;
|
||||
|
||||
fprintf(con->fp, "hello,%s\n", TBM_VERSION);
|
||||
fprintf(con->fp, "hello %s\n", TBM_VERSION);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue