Filippo Giunchedi has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/351792 )

Change subject: thumbstats: add env variables to help text
......................................................................


thumbstats: add env variables to help text

Change-Id: Ic76b11c91ab65fc223373f7097cb1aa143472570
---
M thumbstats/swift-thumb-stats
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  jenkins-bot: Verified
  Filippo Giunchedi: Looks good to me, approved



diff --git a/thumbstats/swift-thumb-stats b/thumbstats/swift-thumb-stats
index aa1a68d..960fdef 100755
--- a/thumbstats/swift-thumb-stats
+++ b/thumbstats/swift-thumb-stats
@@ -166,13 +166,13 @@
         description="Print swift thumb statistics")
     parser.add_argument(
         '-A', '--auth', dest='auth', default=os.environ.get('ST_AUTH', None),
-        help='URL for obtaining an auth token')
+        help='URL for obtaining an auth token (ST_AUTH)')
     parser.add_argument(
         '-U', '--user', dest='user', default=os.environ.get('ST_USER', None),
-        help='User name for obtaining an auth token')
+        help='User name for obtaining an auth token (ST_USER)')
     parser.add_argument(
         '-K', '--key', dest='key', default=os.environ.get('ST_KEY', None),
-        help='Key for obtaining an auth token')
+        help='Key for obtaining an auth token (ST_KEY)')
     parser.add_argument(
         '-t', '--threads', dest='threads', default=3, type=int,
         help='How many threads to use (%(default)s)')

-- 
To view, visit https://gerrit.wikimedia.org/r/351792
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic76b11c91ab65fc223373f7097cb1aa143472570
Gerrit-PatchSet: 1
Gerrit-Project: operations/software
Gerrit-Branch: master
Gerrit-Owner: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to