diff --git a/lib/help.js b/lib/help.js index fde5a2d..9970951 100644 --- a/lib/help.js +++ b/lib/help.js @@ -8,7 +8,7 @@ if (args.version) { } if (args.help) { - console.log('shifter'.magenta + ('@' + version).white); + console.log('blazingly fast builds with shifter'.magenta + ('@' + version).white); console.log(''); console.log('pass no arguments and shifter will build the module from the current directory'); console.log('');