docmatcher: Re-order output sections for practical reasons
authorSebastian Pipping <sebastian@pipping.org>
Thu, 20 Jan 2011 17:31:14 +0000 (18:31 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Thu, 20 Jan 2011 17:31:17 +0000 (18:31 +0100)
- Lists expected empty to the end
- Before that order by importance (ascending)

maintenance/docmatcher.py

index 3bc8b4f87441c4d5490bba31fcf07492be51db25..c128a5e774108cd7ec57b362ebaabe08c8a6a4a7 100644 (file)
@@ -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*:')