fix variation tag

This commit is contained in:
Jeff Williams 2014-12-25 07:25:15 -08:00
parent 9a18e361fe
commit ffa3011e95

View File

@ -124,7 +124,7 @@ exports.help = function() {
/**
* Get a named option.
* @variation (name)
* @variation name
* @param {string} name The name of the option.
* @return {string} The value associated with the given name.
*//**