Slightly better --share auto-enable warning
This commit is contained in:
parent
cbba7ef3e7
commit
a369250a14
|
@ -538,7 +538,7 @@ def speedtest():
|
||||||
|
|
||||||
if args.uid:
|
if args.uid:
|
||||||
if not args.share:
|
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)
|
auth = speedtest_auth(args.uid, args.pw)
|
||||||
else:
|
else:
|
||||||
auth = None
|
auth = None
|
||||||
|
|
Loading…
Reference in New Issue