mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-01-07 04:20:06 +01:00
Add additional note that --bytes doesn't affect json or csv
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user