aboutsummaryrefslogtreecommitdiffstats
path: root/com32/elflink/test_com32.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/elflink/test_com32.c')
-rw-r--r--com32/elflink/test_com32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/elflink/test_com32.c b/com32/elflink/test_com32.c
index ea2a9581..c78962c4 100644
--- a/com32/elflink/test_com32.c
+++ b/com32/elflink/test_com32.c
@@ -109,6 +109,8 @@ int process_command(char *cmd) {
process_library(0);
} else if (strcmp(cmd_name, "list") == 0) {
+ } else {
+ printf("Unknown command. Type 'help' for a list of valid commands.\n");
}
return 0;