Skip to content

Commit f1004c6

Browse files
Correct usage example with surrounding apostrophes
1 parent 0527b8c commit f1004c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/rsign.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ function ready() {
5656
function print_usage() {
5757
console.log(
5858
'Usage: rsign.js <secret> <json>\n\n',
59-
'Example: rsign.js ssq55ueDob4yV3kPVnNQLHB6icwpC',
59+
'Example: rsign.js ssq55ueDob4yV3kPVnNQLHB6icwpC','\''+
6060
JSON.stringify({
6161
TransactionType: 'Payment',
6262
Account: 'r3P9vH81KBayazSTrQj6S25jW6kDb779Gi',
6363
Destination: 'r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV',
6464
Amount: '200000000',
6565
Fee: '10',
6666
Sequence: 1
67-
})
67+
})+'\''
6868
);
6969
};
7070

0 commit comments

Comments
 (0)