diff options
author | pacien | 2018-01-04 15:48:36 +0100 |
---|---|---|
committer | pacien | 2018-01-04 15:48:36 +0100 |
commit | 6b1d1a8eb916ccd1bb7b98231753b55dc3aa8062 (patch) | |
tree | 95aba406078074e39598b126041943a6ee3b6891 | |
parent | 893c755a44e656b2f22691f62d32ae003422984f (diff) | |
download | wallj-6b1d1a8eb916ccd1bb7b98231753b55dc3aa8062.tar.gz |
Update user doc
Signed-off-by: pacien <pacien.trangirard@pacien.net>
-rw-r--r-- | src/docs/user.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docs/user.md b/src/docs/user.md index f535f9f..20bf520 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 | ||
39 | A custom world set contained within a directory can be loaded by supplying its path as command line argument as such: | 39 | A 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/axiom_floors/ | 41 | java -jar wallj.jar /home/sforthright/bnl/op_cleanup/ |
42 | 42 | ||
43 | World definition files stored within the given directories and named as `level$i.txt`, where `$i` is a padded integer, | 43 | World definition files stored within the given directories and named as `level$i.txt`, where `$i` is a padded integer, |
44 | are loaded in alphanumerical order. | 44 | are loaded in alphanumerical order. |