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 0b24b35 commit 0b28c44Copy full SHA for 0b28c44
generate-secret.sh
@@ -18,7 +18,7 @@ function usage {
18
function parse_arguments {
19
local ARGS_IN=""
20
local ARGS_OUT=""
21
- while getopts "hi:o:k:s:" opt; do
+ while getopts "hk:s:" opt; do
22
case ${opt} in
23
h)
24
usage
0 commit comments