[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

7.5.5.8 Option Aliasing

Sometimes, for backwards compatibility or tradition or just plain convenience, it works better to define one option as a pure alias for another option. For such situations, provide the following pieces of information:

 
flag = {
   name  = aliasing-option-name;
   value = aliasing-flag-char; // optional !
   aliases = aliased-to-option;
};

Do not provide anything else. The usage text for such an option will be:

 
   This is an alias for aliased-to-option

This document was generated by Bruce Korb on August 21, 2015 using texi2html 1.82.