From fdd6aef465c8c122754098c3a455f5cf005a7fe3 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 1 Feb 2018 23:09:30 +0100 Subject: Update custom args doc Signed-off-by: pacien --- src/docs/user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/docs') diff --git a/src/docs/user.md b/src/docs/user.md index cba47eb..1f947f9 100644 --- a/src/docs/user.md +++ b/src/docs/user.md @@ -38,7 +38,7 @@ The program can be started by running the following command: A custom world set contained within a directory can be loaded by supplying its path as command line argument as such: - java -jar wallj.jar /home/sforthright/bnl/op_cleanup/ + java -Dlevels=/home/sforthright/bnl/op_cleanup/ -jar wallj.jar World definition files stored within the given directories and named as `level$i.txt`, where `$i` is a padded integer, are loaded in alphanumerical order. -- cgit v1.2.3