From 58f0700ad93c4cfaf3f924fa3ca1c405470d93d6 Mon Sep 17 00:00:00 2001 From: jonasdlindner Date: Thu, 29 Apr 2021 17:39:28 +0200 Subject: [PATCH] Fix Typo in shell.py Change-Id: I2615e0d6b54d8cc020c24d1b5b4064e038f0934b --- swiftclient/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swiftclient/shell.py b/swiftclient/shell.py index 7c6f0f74..43950e6c 100755 --- a/swiftclient/shell.py +++ b/swiftclient/shell.py @@ -2012,7 +2012,7 @@ Examples: %(prog)s --os-auth-url https://api.example.com/v3 --auth-version 3\\ --os-application-credential-id d78683c92f0e4f9b9b02a2e208039412 \\ - --os-application-credential-secret APPLICTION_CREDENTIAL_SECRET \\ + --os-application-credential-secret APPLICATION_CREDENTIAL_SECRET \\ --os-auth-type v3applicationcredential list %(prog)s --os-auth-token 6ee5eb33efad4e45ab46806eac010566 \\