Make C++ broker's help text use consistent kibibyte abbreviations
-----------------------------------------------------------------
Key: QPID-3420
URL: https://issues.apache.org/jira/browse/QPID-3420
Project: Qpid
Issue Type: Improvement
Components: C++ Broker
Affects Versions: 0.10
Reporter: Paul Colby
Priority: Trivial
Currently, the qpidd C++ broker's help text uses _KiB_ in some places and _kiB_
in others. Would be nice it they were consistent.
{noformat}
qpidd --help | grep -i '[kmt]i\?b'
--num-jfiles N (8) Default number of files for each journal
of read pages (1 read page = 64kiB)
KiB. Allowable values - powers of 2: 1, 2, 4,
--tpl-num-jfiles N (8) Number of files for transaction prepared list
64kiB)
list write page cache in KiB. Allowable values
--cluster-size N (1) Wait for N cluster members before allowing clients
{noformat}
Personally, I prefer _KiB_, but anything consistent would be good.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]