diff --git a/source/shell/version.c b/source/shell/version.c index 5ce3d41..0c607ae 100644 --- a/source/shell/version.c +++ b/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; }