summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2017-09-27 22:10:42 +0000
committerTim Burke <tim.burke@gmail.com>2017-09-27 23:49:59 +0000
commit79905ae794db2da82c8834dc24177b1820b8c53a (patch)
treecc658e5e62489ee3bf90be5f6d2b3f1fd83350ca /bin
parent4716d3da1188eb2f2971004461554b05d0061ec6 (diff)
downloadswift-79905ae794db2da82c8834dc24177b1820b8c53a.tar.gz
Replace SOSO auth prefix in examples with more-standard AUTH
Change-Id: I98643d6acf248840a8360f31e446bc8ecb834898
Diffstat (limited to 'bin')
-rwxr-xr-xbin/swift-account-audit6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/swift-account-audit b/bin/swift-account-audit
index 48ab82e85..f0ad4e7de 100755
--- a/bin/swift-account-audit
+++ b/bin/swift-account-audit
@@ -44,9 +44,9 @@ You can also feed a list of urls to the script through stdin.
Examples!
- %(cmd)s SOSO_88ad0b83-b2c5-4fa1-b2d6-60c597202076
- %(cmd)s SOSO_88ad0b83-b2c5-4fa1-b2d6-60c597202076/container/object
- %(cmd)s -e errors.txt SOSO_88ad0b83-b2c5-4fa1-b2d6-60c597202076/container
+ %(cmd)s AUTH_88ad0b83-b2c5-4fa1-b2d6-60c597202076
+ %(cmd)s AUTH_88ad0b83-b2c5-4fa1-b2d6-60c597202076/container/object
+ %(cmd)s -e errors.txt AUTH_88ad0b83-b2c5-4fa1-b2d6-60c597202076/container
%(cmd)s < errors.txt
%(cmd)s -c 25 -d < errors.txt
""" % {'cmd': sys.argv[0]}