You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!options.isUpdate() && !options.isCleanUpdate() && options.getProtocol() == null) {
@@ -181,7 +190,7 @@ private void printUsage() {
181
190
System.out.println("-cleanUpdate Clean and update specified modules.");
182
191
System.out.println("-cleanCache Clean the packing cache.");
183
192
System.out.println("-offline Run in offline mode.");
184
-
// System.out.println("-version <VERSION> Specify the version. Default is 1.0.2-RELEASE.");
193
+
// System.out.println("-version <VERSION> Specify the version. Default is 1.0.4-RELEASE.");
185
194
System.out.println("-protocol <PROTOCOL> Specify the protocol. Optional protocols are 'mini', 'standard' or 'iot'. Default is 'standard'.");
186
195
System.out.println("-webcamMode <WEBCAM-MODE> Specify that which webcam plugin needs to be deployed. Optional plugins are 'none', 'p2p', 'kurento'. Default is 'none'.");
187
196
System.out.println("-sandProjectName <SAND-PROJECT-NAME> Specify the sand project name. Default is 'com.thefirstlineofcode.sand'.");
0 commit comments