Skip to content

Commit

Permalink
fix: CLI reference syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl authored and Alexander Graebe committed Jan 26, 2021
1 parent 535c683 commit 868ae4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cli/src/argparse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export const CLI_ARGS = {
' {\n' +
' txid: \'0x2e33ad647a9cedacb718ce247967dc705bc0c878db899fdba5eae2437c6fa1e1\',' +
' transaction: \'https://explorer.blockstack.org/txid/0x2e33ad647a9cedacb718ce247967dc705bc0c878db899fdba5eae2437c6fa1e1\'' +
' }\n',
' }\n' +
'\n',
group: 'Account Management',
},
Expand Down Expand Up @@ -393,7 +393,7 @@ export const CLI_ARGS = {
' {\n' +
' txid: \'0x2e33ad647a9cedacb718ce247967dc705bc0c878db899fdba5eae2437c6fa1e1\',' +
' transaction: \'https://explorer.blockstack.org/txid/0x2e33ad647a9cedacb718ce247967dc705bc0c878db899fdba5eae2437c6fa1e1\'' +
' }\n',
' }\n' +
'\n',
group: 'Account Management',
},
Expand Down Expand Up @@ -503,7 +503,7 @@ export const CLI_ARGS = {
' {\n' +
' txid: \'0x2e33ad647a9cedacb718ce247967dc705bc0c878db899fdba5eae2437c6fa1e1\',' +
' transaction: \'https://explorer.blockstack.org/txid/0x2e33ad647a9cedacb718ce247967dc705bc0c878db899fdba5eae2437c6fa1e1\'' +
' }\n',
' }\n' +
'\n',
group: 'Account Management',
},
Expand Down

0 comments on commit 868ae4d

Please sign in to comment.