Bug #61651 Tab chars in mysqladmin --help page
Submitted: 27 Jun 2011 7:41 Modified: 27 Jun 2011 7:45
Reporter: toor2 toor2 Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S3 (Non-critical)
Version:5.5.8, 5.5.15 OS:Any
Assigned to: CPU Architecture:Any
Tags: mysqladmin

[27 Jun 2011 7:41] toor2 toor2
Description:
Help message for mysqladmin command contain tab chars.
Please, replace tabs on space chars

How to repeat:
Try run:

>> mysqladmin --help | grep -P "\t"

and you see some lines with tab chars
[27 Jun 2011 7:45] Valeriy Kravchuk
Not sure what's wrong with tab chars in --help output, but yes, they are used in many rows, and yes, they can be replaced with spaces probably.