shell: version: fix typo

tags/0.1.0
S.J.R. van Schaik 8 years ago
parent 4aa807a7b3
commit c6afcd1027
  1. 2
      source/shell/version.c

@ -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…
Cancel
Save