Add additional note that --bytes doesn't affect json or csv

This commit is contained in:
Matt Martz 2016-09-14 10:34:38 -05:00
parent 292e250990
commit 9299e0860c
1 changed files with 2 additions and 1 deletions

View File

@ -1080,7 +1080,8 @@ def parse_args():
parser.add_argument('--bytes', dest='units', action='store_const',
const=('byte', 8), default=('bit', 1),
help='Display values in bytes instead of bits. Does '
'not affect the image generated by --share')
'not affect the image generated by --share, nor '
'output from --json or --csv')
parser.add_argument('--share', action='store_true',
help='Generate and provide a URL to the speedtest.net '
'share results image')