Changed to uppercase B for Bytes
This makes it clearer, and is the standard way of representing the difference between bit and Byte.
This commit is contained in:
parent
72ed585c6f
commit
be262513fc
|
@ -1626,7 +1626,7 @@ def parse_args():
|
|||
action='store_const', const=False,
|
||||
help='Do not perform upload test')
|
||||
parser.add_argument('--bytes', dest='units', action='store_const',
|
||||
const=('byte', 8), default=('bit', 1),
|
||||
const=('Byte', 8), default=('bit', 1),
|
||||
help='Display values in bytes instead of bits. Does '
|
||||
'not affect the image generated by --share, nor '
|
||||
'output from --json or --csv')
|
||||
|
|
Loading…
Reference in New Issue