DeFrogxX / a-dda

Automatically exported from code.google.com/p/a-dda
0 stars 1 forks source link

Better information about hidden command line options #202

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Different modes of ADDA have slightly different sets of available command line 
options. Unused options are turned off completely at compile time. This is 
good, as they don't show up in output of 'adda -h'. However, it may lead to 
certain confusion, when one tries to use them, as it leads to "unknown command 
line option" (e.g. when using -save_geom in sparse mode.

It would be nice, if ADDA produces a more informative message in these cases 
(spelling is fine, but option is unavailable in this mode).

Original issue reported on code.google.com by yurkin on 14 Jul 2014 at 8:03