function usage()

in hub-pull.js [12:15]


function usage(code = 1) {
    console.log('`hubctl pull -h` for help');
    process.exit(code);
}