diff --git a/README.md b/README.md index 3699795..ae59d7e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Usage This tool ships with a usage screen that will be printed if this tool is run without arguments. It looks similar to the following: ``` -CitizenMP Server Updater 1.0.3 +CitizenMP Server Updater 1.2.0-unstable.0+0.Branch.develop.Sha.d0d8779b88948107028717139b9542ef20d3f5ab © 2014-2015 Carl Kittelberger This is free software. You may redistribute copies of it under the terms of the MIT License . @@ -55,9 +55,12 @@ citimp_upd [options...] "" --log (Default: True) Write a log file "build.log" to the output folder. + --force (Default: False) Enforce rebuilding the server even if the server's version is up-to-date. + --version (Default: False) Shows this tool's version. --help Display this help screen. + ``` Examples: diff --git a/src/updater/Program.cs b/src/updater/Program.cs index 24b84db..a30bc68 100644 --- a/src/updater/Program.cs +++ b/src/updater/Program.cs @@ -6,8 +6,6 @@ using System.Linq; using System.Net; using System.Reflection; using System.Text.RegularExpressions; -using System.Xml.Linq; -using System.Xml.XPath; using CommandLine; using LibGit2Sharp; using Microsoft.Build.BuildEngine;