Bug #48206 short options should use only one dash
Submitted: 21 Oct 13:54 Modified: 21 Oct 14:11
Reporter: Mario Beck
Status: Duplicate
Category:MySQL Cluster Manager: CLI Severity:S4 (Feature request)
Version:0.7.0 OS:Any
Assigned to: Target Version:
Tags: Options

[21 Oct 13:54] Mario Beck
Description:
Options for CLI commands offer two names, a long, descriptive name and an abbreviation.
Usually in Unix and Linux long options start with a double dash, short options with a
single dash.
In cluster manager all options start with double hash. 
I see no reason to break with existing tradition / convention.

How to repeat:
show status --help;

Suggested fix:
use only single dash for short options.
[21 Oct 14:10] Kari Juul Wedde
Duplicate of Bug#48178

48178 was fixed earlier today and will be available in the Beta release.