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 315dcc3 commit 72a30f4Copy full SHA for 72a30f4
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',
+ 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