# # # patch "options_list.hh" # from [77cc993b728e8f32e06a0c95865b0bcf3eb08685] # to [e3d68387a4adf7c2dc75a200f6742f05f1debda8] # ============================================================ --- options_list.hh 77cc993b728e8f32e06a0c95865b0bcf3eb08685 +++ options_list.hh e3d68387a4adf7c2dc75a200f6742f05f1debda8 @@ -47,6 +47,15 @@ * be defined. * * + * HIDE(option) + * Do not show the named option in normal help output. + * + * DEPRECATE(option, reason) + * Do not show the named option in help output, and give a warning + * if it is used. The reason should be gettext_noopt("some text here") + * as it is translatable. + * + * * Option Strings * Options can have a long name, a short name, and a 'reset' name. * The long and short names work as reasonably expected, the make