docmatcher: Re-order output sections for practical reasons

- Lists expected empty to the end
- Before that order by importance (ascending)
cleanup-cruft
Sebastian Pipping 14 years ago
parent e6c668644c
commit f184b664b2

@ -252,21 +252,21 @@ def main():
# Future work (due extensions)
print('Options missing from the *man page*:')
print_set(gen_cmdline_sh_parsing_long_params.difference(genkernel_8_txt_long_params))
print('Options missing from *--help*:')
print_set(gen_cmdline_sh_parsing_long_params.difference(gen_cmdline_sh_usage_long_params))
print('Variables missing from *web page*:')
print_set(known_variales.difference(genkernel_xml_variables))
print('Options missing from *web page*:')
print_set(gen_cmdline_sh_parsing_long_params.difference(genkernel_xml_long_params))
print('Variables missing from *web page*:')
print_set(known_variales.difference(genkernel_xml_variables))
print('Variables missing from *genkernel.conf*:')
print_set(known_variales.difference(genkernel_conf_variables))
print('Options missing from the *man page*:')
print_set(gen_cmdline_sh_parsing_long_params.difference(genkernel_8_txt_long_params))
print('Options missing from *--help*:')
print_set(gen_cmdline_sh_parsing_long_params.difference(gen_cmdline_sh_usage_long_params))
# Future work (due removal and updates)
print('Removed options still mentioned in the *man page*:')

Loading…
Cancel
Save