diff --git a/src/commands.c b/src/commands.c index 637ced7..2c26e2a 100644 --- a/src/commands.c +++ b/src/commands.c @@ -168,7 +168,7 @@ int cd(char **args) { // show help menu int help(char **args) { - printf("90s %s\n", VERSION); + printf("90s %f\n", VERSION); printf("Built in commands:\n"); for (int i = 0; i < num_builtins(); i++) {