diff --git a/index.js b/index.js index 5dacc8d88..538da1499 100644 --- a/index.js +++ b/index.js @@ -1550,7 +1550,7 @@ Read more on https://git.io/JJc0W`); desc.push('Arguments:'); desc.push(''); this._args.forEach((arg) => { - desc.push(' ' + pad(arg.name, width) + ' ' + wrap(argsDescription[arg.name], descriptionWidth, width + 4)); + desc.push(' ' + pad(arg.name, width) + ' ' + wrap(argsDescription[arg.name] || '', descriptionWidth, width + 4)); }); desc.push(''); }