Declare boolean type for --keep-fnames

This commit is contained in:
Mihai Bazon
2015-01-05 11:20:00 +02:00
parent fe55e0d93d
commit 93a6e5780e

View File

@@ -103,6 +103,7 @@ You need to pass an argument to this option to specify the name that your module
.boolean("V")
.boolean("noerr")
.boolean("bare-returns")
.boolean("keep-fnames")
.wrap(80)