Replace SOSO auth prefix in examples with more-standard AUTH

Change-Id: I98643d6acf248840a8360f31e446bc8ecb834898
This commit is contained in:
Tim Burke
2017-09-27 22:10:42 +00:00
parent 4716d3da11
commit 79905ae794
2 changed files with 6 additions and 6 deletions

View File

@@ -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]}