summaryrefslogtreecommitdiffstats
path: root/src/sdk/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdk/constants.h')
-rw-r--r--src/sdk/constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sdk/constants.h b/src/sdk/constants.h
index d82f2d4bc..ce447ac4b 100644
--- a/src/sdk/constants.h
+++ b/src/sdk/constants.h
@@ -51,6 +51,9 @@ const char AddTmpRepository[] = "addTempRepository";
const char SetTmpRepository[] = "setTempRepository";
const char StartServer[] = "startserver";
const char StartClient[] = "startclient";
+const char InstallCompressedRepository[] = "installCompressedRepository";
+const char SilentUpdate[] = "silentUpdate";
+const char Platform[] = "platform";
} // namespace CommandLineOptions