File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
exist-core/src/main/java/org/exist/management/client Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -256,17 +256,14 @@ private void error(Exception e) {
256
256
/* connection arguments */
257
257
private static final Argument <String > addressArg = stringArgument ("-a" , "--address" )
258
258
.description ("RMI address of the server" )
259
- .required ()
260
259
.defaultValue ("localhost" )
261
260
.build ();
262
261
private static final Argument <Integer > portArg = integerArgument ("-p" , "--port" )
263
262
.description ("RMI port of the server" )
264
- .required ()
265
263
.defaultValue (DEFAULT_PORT )
266
264
.build ();
267
265
private static final Argument <String > instanceArg = stringArgument ("-i" , "--instance" )
268
266
.description ("The ID of the database instance to connect to" )
269
- .required ()
270
267
.defaultValue ("exist" )
271
268
.build ();
272
269
private static final Argument <Integer > waitArg = integerArgument ("-w" , "--wait" )
You can’t perform that action at this time.
0 commit comments