Skip to content

Commit f820a66

Browse files
committed
fix: update help text
1 parent aca257f commit f820a66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cmds/git-commit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports.builder = {
1616
type: 'string',
1717
},
1818
msg: {
19-
describe: 'arbitrary string to check',
19+
describe: 'arbitrary string to use with "check"',
2020
type: 'string',
2121
},
2222
}

src/cmds/javascript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function cwd() {
2222
fs.accessSync(nodeModulePath)
2323
return nodeModulePath
2424
} catch (err) {
25-
log.error(
25+
log.debug(
2626
`could not find 'node_modules/@dhis2/code-style' in '${process.cwd()}', falling back to latter.`
2727
)
2828
return process.cwd()

0 commit comments

Comments
 (0)