Skip to content

Commit ec1b0f7

Browse files
committed
fix:getopt typo
1 parent f218fcd commit ec1b0f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pybritive/helpers/aws_credential_process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def get_args():
120120
options = getopt(
121121
argv[1:],
122122
't:T:p:f:P:F:hv',
123-
['tenant=', 'token=', 'passphrase=', 'force-renew=', 'profile=', 'federation-provider=help', 'version'],
123+
['tenant=', 'token=', 'passphrase=', 'force-renew=', 'profile=', 'federation-provider=', 'help', 'version'],
124124
)[0]
125125

126126
args = {

0 commit comments

Comments
 (0)