aboutsummaryrefslogtreecommitdiff
path: root/src/docs
diff options
context:
space:
mode:
authorpacien2018-02-01 23:09:30 +0100
committerpacien2018-02-01 23:09:30 +0100
commitfdd6aef465c8c122754098c3a455f5cf005a7fe3 (patch)
tree38952812bbcdcf0f8e440ceffde6ee50abcc3ff1 /src/docs
parente74141dc95a643b5409365f5301f9b9ffe0e6b21 (diff)
downloadwallj-fdd6aef465c8c122754098c3a455f5cf005a7fe3.tar.gz
Update custom args doc
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'src/docs')
-rw-r--r--src/docs/user.md2
1 files changed, 1 insertions, 1 deletions
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:
38 38
39A custom world set contained within a directory can be loaded by supplying its path as command line argument as such: 39A custom world set contained within a directory can be loaded by supplying its path as command line argument as such:
40 40
41 java -jar wallj.jar /home/sforthright/bnl/op_cleanup/ 41 java -Dlevels=/home/sforthright/bnl/op_cleanup/ -jar wallj.jar
42 42
43World definition files stored within the given directories and named as `level$i.txt`, where `$i` is a padded integer, 43World definition files stored within the given directories and named as `level$i.txt`, where `$i` is a padded integer,
44are loaded in alphanumerical order. 44are loaded in alphanumerical order.