diff --git a/bin/git2up b/bin/git2up index 9b47d74..ebb04f9 100644 --- a/bin/git2up +++ b/bin/git2up @@ -10,7 +10,7 @@ program .usage(' [options]'); // 定义命令用法 program - .command('check [options]', { + .command('check [options]', { noHelp: false, isDefault: true })