Skip to content

Commit 72a30f4

Browse files
authored
check region and signing_region for cli_args (#371)
1 parent 315dcc3 commit 72a30f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/util/cli_args.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function add_proxy_arguments(yargs) {
138138
function add_common_websocket_arguments(yargs, is_required=false) {
139139
yargs
140140
.option('signing_region', {
141-
alias: 's',
141+
alias: ('s', 'region'),
142142
description: 'If you specify --signing_region then you will use websockets to connect. This' +
143143
'is the region that will be used for computing the Sigv4 signature. This region must match the' +
144144
'AWS region in your endpoint.',

0 commit comments

Comments
 (0)