Added some commnts.
This commit is contained in:
parent
4cee0e37da
commit
c6ea94e249
6
main.cpp
6
main.cpp
@ -92,6 +92,12 @@ int main(int argc, char *argv[]) {
|
||||
QCoreApplication::translate("main", "Maintenance mode for underlying script"));
|
||||
parser.addOption(maintenanceOption);
|
||||
|
||||
// TODO:
|
||||
// add some additional parameters
|
||||
// -d: only update device-controller firmware
|
||||
// -j: only update json-files
|
||||
// -o: only execute opkg-commnds
|
||||
|
||||
// Process the actual command line arguments given by the user
|
||||
parser.process(a);
|
||||
QString plugInDir = parser.value(pluginDirectoryOption);
|
||||
|
Loading…
Reference in New Issue
Block a user