Skip to content

Commit b8c6a65

Browse files
committed
trivial
1 parent 9c211f8 commit b8c6a65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helpers/validate-connection.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ module.exports = require('machine').build({
2929
exits: {
3030

3131
success: {
32-
outputVariableName: 'isProbablyMySQLConnection',
32+
outputFriendlyName: 'Is probably MySQL connection',
3333
outputDescription: 'If the provided appears to be a valid MySQL connection instance.',
34-
example: true
34+
outputExample: true
3535
},
3636

3737
},

0 commit comments

Comments
 (0)