aboutsummaryrefslogtreecommitdiff
path: root/jim-tclprefix.c
diff options
context:
space:
mode:
Diffstat (limited to 'jim-tclprefix.c')
-rw-r--r--jim-tclprefix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jim-tclprefix.c b/jim-tclprefix.c
index e041cc6..fd696b7 100644
--- a/jim-tclprefix.c
+++ b/jim-tclprefix.c
@@ -43,7 +43,7 @@ static int Jim_TclPrefixCoreCommand(Jim_Interp *interp, int argc, Jim_Obj *const
return JIM_ERR;
}
if (Jim_GetEnum(interp, argv[1], options, &option, NULL, JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK)
- return JIM_ERR;
+ return Jim_CheckShowCommands(interp, argv[1], options);
switch (option) {
case OPT_MATCH:{