Fix syntax
This commit is contained in:
parent
7b25092fa8
commit
afa70c75d9
@ -39,7 +39,7 @@ public class Entrypoint {
|
||||
|| !Files.isRegularFile(Paths.get(args[0]))
|
||||
|| !Files.isRegularFile(Paths.get(args[1]))
|
||||
|| !Files.isRegularFile(Paths.get(args[2]))) {
|
||||
System.err.println("Syntax: executable <path/to/cluster.yaml> <path/to/instance.yaml> <path/to/disk-sessions.yaml");
|
||||
System.err.println("Syntax: executable <path/to/cluster.yaml> <path/to/instance.yaml> <path/to/disk-sessions.yaml>");
|
||||
System.exit(1);
|
||||
}
|
||||
return new ValidEntrypointArgs(args[0], args[1], args[2]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user