Slightly better --share auto-enable warning

This commit is contained in:
William Faulk 2014-04-24 20:28:22 -04:00
parent cbba7ef3e7
commit a369250a14
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ def speedtest():
if args.uid:
if not args.share:
print_('Must share to post to My Results; auto-enabling')
print_('Warning: specifying credentials implies --share')
auth = speedtest_auth(args.uid, args.pw)
else:
auth = None