Skip to content

Commit

Permalink
Fix README included in ptrans dist archive
Browse files Browse the repository at this point in the history
  • Loading branch information
tsegismont committed Jun 9, 2015
1 parent d609554 commit 200c30a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/ptranslator/src/assembly/dist/assets/README
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ ${project.description}

The following command starts ptrans:

java -jar -c <path to ptrans.conf>
java -jar ptrans-all.jar -c <path to ptrans.conf>

By default, ptrans logs everything to the console, but you can make use your own log4j configuration file:

java -jar -Dlog4j.configuration=file:<path log4j.xml> -c <path to ptrans.conf>
java -jar ptrans-all.jar -Dlog4j.configuration=file:<path log4j.xml> -c <path to ptrans.conf>

=== STOPPING

Expand Down

0 comments on commit 200c30a

Please sign in to comment.