diff --git a/decompiler/util/default.json b/decompiler/util/default.json index 9170478a0..d1c5fbabe 100644 --- a/decompiler/util/default.json +++ b/decompiler/util/default.json @@ -279,8 +279,8 @@ "dest": "readability-based-refinement.restructure_for_loops", "default": true, "type": "boolean", - "title": "Restructure for-loops at all", - "description": "Transform while-loops to for-loops. If set to false, no for-loop is restructured.", + "title": "Enable for-loop recovery", + "description": "If enabled, certain while-loops will be transformed to for-loops. If set to false, no for-loops will be emitted at all.",, "is_hidden_from_gui": false, "is_hidden_from_cli": false, "argument_name": "--restructure-for-loops"