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
thrownewIllegalArgumentException(String.format("Illegal protocol: %s. Only 'mini', 'standard' and 'sand' are supported.", args[i]));
100
+
thrownewIllegalArgumentException(String.format("Illegal protocol: %s. Only 'mini', 'standard' and 'iot' are supported.", args[i]));
101
101
}
102
102
i++;
103
103
} elseif ("-webcamMode".equals(args[i])) {
@@ -182,7 +182,7 @@ private void printUsage() {
182
182
System.out.println("-cleanCache Clean the packing cache.");
183
183
System.out.println("-offline Run in offline mode.");
184
184
// System.out.println("-version <VERSION> Specify the version. Default is 1.0.2-RELEASE.");
185
-
System.out.println("-protocol <PROTOCOL> Specify the protocol. Optional protocols are 'mini', 'standard' or 'sand'. Default is 'standard'.");
185
+
System.out.println("-protocol <PROTOCOL> Specify the protocol. Optional protocols are 'mini', 'standard' or 'iot'. Default is 'standard'.");
186
186
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
187
System.out.println("-sandProjectName <SAND-PROJECT-NAME> Specify the sand project name. Default is 'com.thefirstlineofcode.sand'.");
0 commit comments