diff --git a/support/scripts/gen-manual-lists.py b/support/scripts/gen-manual-lists.py index ae1d4ff420..35688430e6 100755 --- a/support/scripts/gen-manual-lists.py +++ b/support/scripts/gen-manual-lists.py @@ -185,7 +185,7 @@ class Buildroot: list_info = { 'target-packages': { 'filename': "package-list", - 'root_menu': "Package Selection for the target", + 'root_menu': "Target packages", 'filter': "_is_package", 'sorted': True, 'sub_menu': True,