Skip to content

Commit

Permalink
Merge PR #833 from 'rithvikvibhu/fix-config-alias'
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Aug 5, 2023
2 parents fec9fdd + df7505c commit 5210af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/hsd-cli
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class CLI {
'n': 'network',
'u': 'url',
'uri': 'url',
'k': 'api-key',
'k': 'apikey',
's': 'ssl',
'h': 'httphost',
'p': 'httpport'
Expand Down
2 changes: 1 addition & 1 deletion bin/hsw-cli
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class CLI {
'n': 'network',
'u': 'url',
'uri': 'url',
'k': 'api-key',
'k': 'apikey',
's': 'ssl',
'h': 'httphost',
'p': 'httpport'
Expand Down

0 comments on commit 5210af2

Please sign in to comment.