Skip to content

Commit

Permalink
Fixing key test issues
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyman727 committed Nov 11, 2015
1 parent 98ec70c commit 55ee77e
Show file tree
Hide file tree
Showing 7 changed files with 440 additions and 370 deletions.
2 changes: 1 addition & 1 deletion bin/tessel-2.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function makeCommand(commandName) {
metavar: 'PRIVATEKEY',
abbr: 'i',
default: TESSEL_AUTH_KEY,
help: 'RSA key for authorization with your Tessel'
help: 'SSH key for authorization with your Tessel'
})
.option('name', {
metavar: 'NAME',
Expand Down

0 comments on commit 55ee77e

Please sign in to comment.