added comment

This commit is contained in:
Drew McArthur
2017-11-10 12:54:23 +01:00
parent a4a17cf3be
commit 955e854236

View File

@ -49,6 +49,8 @@ const usageDefinition = [
} }
] ]
// if --help is present or --zip wasn't defined,
// then display the help screen and exit the program.
if (options['help'] || options['zip'] === undefined) { if (options['help'] || options['zip'] === undefined) {
console.log(getUsage(usageDefinition)); console.log(getUsage(usageDefinition));
process.exit(); process.exit();