Add additional note that --bytes doesn't affect json or csv
This commit is contained in:
parent
292e250990
commit
9299e0860c
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue