diff --git a/speedtest_cli.py b/speedtest_cli.py index 68b2be5..4358d50 100755 --- a/speedtest_cli.py +++ b/speedtest_cli.py @@ -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