Skip to content

Commit 39211c9

Browse files
committed
Remove wrong exclude default value
1 parent 88ee616 commit 39211c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/updtr

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ program
1111
.option("-R, --reporter <reporter>", "choose reporter: " + reporters.join(", "), "default")
1212
.option("-w, --wanted", "updates to wanted version specified in package.json instead of the modules latest version")
1313
.option("-t, --test <test>", "change the command for the tests")
14-
.option("-e, --exclude <exclude>", "exclude modules comma seperated, e.g. updtr --exclude module1,module2", "excludes")
14+
.option("-e, --exclude <exclude>", "exclude modules comma seperated, e.g. updtr --exclude module1,module2")
1515
.option("--test-stdout", "shows stdout if your test command fails")
1616
.option("--save-exact", "save exact module version")
1717
.option("--registry", "change registry");

0 commit comments

Comments
 (0)