mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-01 14:47:27 +02:00
fix: Remove redundant command line option
This commit is contained in:
parent
239d047e07
commit
17b6279e22
@ -122,7 +122,6 @@ int main( int argc, char *argv[] )
|
||||
QCommandLineParser parser;
|
||||
parser.addOption({"h", "help"});
|
||||
parser.addOption({"v", "version"});
|
||||
parser.addOption({"f", "filename"});
|
||||
|
||||
QCommandLineOption fileNameOption("f", "file_name", "file_name");
|
||||
parser.addOption(fileNameOption);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user