mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-10 11:05:06 +02:00
fix: Remove redundant command line option
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user