Details
-
Bug
-
Resolution: Won't Do
-
P3: Somewhat important
-
None
-
5.5.1
-
None
Description
The `rcc` tool lists `-list` in its `-help` output.
http://doc.qt.io/qt-5/rcc.html
does not show it. Apparently that documentation was not updated after
Port rcc to QCommandLineParser, 2013-08-08
http://code.qt.io/cgit/qt/qtbase.git/diff/src/tools/rcc/main.cpp?id=4774ff8eb1
The `rcc` tool silently accepts `-list` for compatibility. It should accept it with a warning so that new code does not use it.