Display subtrees last in --config-help.
commit4b408dd86087d322b51ba864acef1c6849068173
authorKalle Olavi Niemitalo <kon@iki.fi>
Sat, 15 Mar 2008 23:06:42 +0000 (16 01:06 +0200)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Sun, 23 Mar 2008 17:20:12 +0000 (23 19:20 +0200)
tree3e7d87dac86c8c7ce5a83123caaf7a9039055898
parente2d7ce588f8499e3caf69a30d1c6d1b31ba71284
Display subtrees last in --config-help.

elinks --config-help used to sort options like this:

  document.history
  document.history.global
    document.history.global.enable
    document.history.global.max_items
    document.history.global.display_type
    document.history.keep_unhistory

Now it'll instead be:

  document.history
    document.history.keep_unhistory
  document.history.global
    document.history.global.enable
    document.history.global.max_items
    document.history.global.display_type

i.e. all the options listed under a subheading are children of the
tree named by it.  This makes elinks.conf(5) look saner.
doc/man/man5/elinks.conf.5
src/config/cmdline.c