Skip to content

Commit

Permalink
Correct usage example with surrounding apostrophes
Browse files Browse the repository at this point in the history
  • Loading branch information
professorhantzen committed Oct 25, 2014
1 parent 0527b8c commit f1004c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/rsign.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ function ready() {
function print_usage() {
console.log(
'Usage: rsign.js <secret> <json>\n\n',
'Example: rsign.js ssq55ueDob4yV3kPVnNQLHB6icwpC',
'Example: rsign.js ssq55ueDob4yV3kPVnNQLHB6icwpC','\''+
JSON.stringify({
TransactionType: 'Payment',
Account: 'r3P9vH81KBayazSTrQj6S25jW6kDb779Gi',
Destination: 'r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV',
Amount: '200000000',
Fee: '10',
Sequence: 1
})
})+'\''
);
};

Expand Down

0 comments on commit f1004c6

Please sign in to comment.