diff --git a/bando.js b/bando.js index 97ee55b..67dafdf 100755 --- a/bando.js +++ b/bando.js @@ -26,7 +26,7 @@ if(!fs.existsSync(command_dir)) { program .name("bando") - .description("Command runner for the bando project.") + .description("Command runner for the LJSTHW Bandolier project.") .version("0.1.0"); for(let command of glob(`${command_dir}/*.js`)) {