summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonasdlindner <jonaslindner55@gmail.com>2021-04-29 17:39:28 +0200
committerjonasdlindner <jonaslindner55@gmail.com>2021-04-29 17:39:28 +0200
commit58f0700ad93c4cfaf3f924fa3ca1c405470d93d6 (patch)
treee335feb4181f7e07934d58c4dfb5f14213ac7738
parenteaf40510fad99a3e86f64ecdace46e6e17b89242 (diff)
downloadpython-swiftclient-58f0700ad93c4cfaf3f924fa3ca1c405470d93d6.tar.gz
Fix Typo in shell.py
Change-Id: I2615e0d6b54d8cc020c24d1b5b4064e038f0934b
-rwxr-xr-xswiftclient/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swiftclient/shell.py b/swiftclient/shell.py
index 7c6f0f7..43950e6 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 \\