We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9f840 commit 24e2ab3Copy full SHA for 24e2ab3
samples/util/cli_args.js
@@ -138,7 +138,7 @@ function add_proxy_arguments(yargs) {
138
function add_common_websocket_arguments(yargs, is_required=false) {
139
yargs
140
.option('signing_region', {
141
- alias: ('s', 'region'),
+ alias: ['s', 'region'],
142
description: 'If you specify --signing_region then you will use websockets to connect. This' +
143
'is the region that will be used for computing the Sigv4 signature. This region must match the' +
144
'AWS region in your endpoint.',
0 commit comments