aboutsummaryrefslogtreecommitdiff
path: root/mmc_updater/src/UpdaterOptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'mmc_updater/src/UpdaterOptions.h')
-rw-r--r--mmc_updater/src/UpdaterOptions.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/mmc_updater/src/UpdaterOptions.h b/mmc_updater/src/UpdaterOptions.h
index b4473a82..d4345490 100644
--- a/mmc_updater/src/UpdaterOptions.h
+++ b/mmc_updater/src/UpdaterOptions.h
@@ -15,14 +15,12 @@ class UpdaterOptions
std::string packageDir;
std::string scriptPath;
std::string finishCmd;
+ std::string finishDir;
PLATFORM_PID waitPid;
std::string logFile;
bool showVersion;
+ bool dryRun;
bool forceElevated;
bool autoClose;
-
- private:
- void parseOldFormatArgs(int argc, char** argv);
- static void parseOldFormatArg(const std::string& arg, std::string* key, std::string* value);
};