View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006417 | unreal | installing | public | 2024-05-31 22:11 | 2024-06-14 10:50 |
Reporter | hnj | Assigned To | syzop | ||
Priority | low | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | x86 | OS | Linux | ||
Product Version | 6.1.5 | ||||
Fixed in Version | 6.1.7 | ||||
Summary | 0006417: Inconsistent option handling in Config script | ||||
Description | The `Config` script is not consistent when it comes to option handling: * the option `--help` shows that the three other available options do not follow the same scheme of two dashes followed by a word but instead use only one dash while … * the option `-help` is ignored even though its scheme of "one dash followed by one word" would be consistent with all other options that it would work. Desired behaviour: `./Config -h` should either display the help or show an error that an unknown argument was given. Just ignoring the argument is not good style. `./Config -help` should display the help to be in line with the scheme used for other options like `-nointro`: one dash followed by one word. `./Config --help` should either display the help or show an error that an unknown argument was given. The prevalent scheme seems to be "one dash followed by one word" for options and this does not follow it. | ||||
Steps To Reproduce | ./Config -h ./Config -help ./Config --help | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||