Skip to content
This repository was archived by the owner on Oct 12, 2020. It is now read-only.

Commit 3758304

Browse files
author
helinjiang
committed
docs: 文档修改
1 parent 6427977 commit 3758304

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

bin/matman-convert

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,9 @@ program.on('--help', function () {
3636
console.log();
3737
console.log(chalk.gray(' # convert an mock module into a single file'));
3838
console.log(' $ matman convert example.js --out-file compiled.json');
39-
console.log(' $ matman convert example.js -o compiled.json');
4039
console.log();
4140
console.log(chalk.gray(' # convert an input directory of modules into an output directory'));
4241
console.log(' $ matman convert src --out-dir lib');
43-
console.log(' $ matman convert src -d lib');
4442
console.log();
4543
});
4644

@@ -50,7 +48,6 @@ program.on('--help', function () {
5048
function help() {
5149
program.parse(process.argv);
5250

53-
console.log('--', program);
5451
if (program.args.length < 1) {
5552
return program.help();
5653
}

0 commit comments

Comments
 (0)