Bug #59961 | mysqlbackup --help outputs help information to stderr | ||
---|---|---|---|
Submitted: | 5 Feb 2011 12:56 | Modified: | 12 Oct 2011 18:42 |
Reporter: | Sveta Smirnova | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Enterprise Backup | Severity: | S3 (Non-critical) |
Version: | 3.6 (single-bin) | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[5 Feb 2011 12:56]
Sveta Smirnova
[1 Mar 2011 1:20]
Hema Sridharan
sveta, you can try ./mysqlbackup --help > help.log 2>&1 The above command will output the result in help.log which is readable.
[1 Mar 2011 14:16]
Sveta Smirnova
Hema, sure. But this still annoying and is not same as for other MySQL command line clients and other UNIX tools.
[1 Mar 2011 14:17]
Sveta Smirnova
And output in help.log is actually readable. Problem is I need to use 2>&1 to use mysqlbackup --help | less for seeing help
[12 Oct 2011 18:42]
Sveta Smirnova
Fixed in version 3.6.0