From a369250a14f87249042213fdd244af9a088f1585 Mon Sep 17 00:00:00 2001 From: William Faulk Date: Thu, 24 Apr 2014 20:28:22 -0400 Subject: [PATCH] Slightly better --share auto-enable warning --- speedtest_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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