Skip to content

Commit 598920b

Browse files
committed
fix: address additional review comments
Signed-off-by: Michael Dawson <[email protected]>
1 parent 5ace072 commit 598920b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/cli/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module.exports = (options = {}) => {
6767
group: 'preferences'
6868
})
6969
.option('base-path', {
70-
describe: 'Allow use of support info files up to base-path',
70+
describe: 'Set top most directory from which local support info files can be read. Defaults to same directory in which package.json is located.',
7171
type: 'string',
7272
group: 'preferences'
7373
})

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"sustainability"
1111
],
1212
"license": "MIT",
13-
"support": true,
1413
"main": "index.js",
1514
"repository": {
1615
"type": "git",

0 commit comments

Comments
 (0)