From c46cd63a469b05efedb310be9e349eb9750ad06b Mon Sep 17 00:00:00 2001 From: bawNg Date: Fri, 27 Sep 2013 14:31:25 +0200 Subject: [PATCH] updated command line options --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2439904..5ab6d88 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ A cross platform NS2 play-tester syncing client written in ruby. Tested to be wo ## Windows Basic options can be set from the config.yml file. If you want to use any of the additional command like options, you can create a shortcut to ptsync which includes these options and use that to launch ptsync. If you do create a shortcut, make sure the working directory is correctly set to the folder you extracted pysync_rb to. +A GUI interface will be added soon. + ## Command line options: --verbose, -v: Print extended information --once, -o: Exit after syncing has completed @@ -16,6 +18,7 @@ Basic options can be set from the config.yml file. If you want to use any of the --nodelete, -n: Ignore additional/removed files --delete, -d: Delete additional files without asking --noexcludes, -e: No not sync the .excludes directory + --verify, -y: Verify the integrity of all local files --dir, -p : Local NS2 Directory --afterupdate, -a : Command to run after each update --host, -h : S3 host address