Land #14041, Fix features help command

Fix features help command
This commit is contained in:
dwelch-r7
2020-08-25 10:08:34 +01:00
committed by GitHub
@@ -644,7 +644,7 @@ class Core
print_line features_table.to_s
else
cmd_help
cmd_features_help
end
rescue StandardError => e
elog(e)