Updating README.md and removing accidentally committed code.

develop
Icedream 2015-01-19 09:39:03 +01:00
parent 32c7b8c436
commit f797713da5
2 changed files with 4 additions and 3 deletions

View File

@ -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: 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 © 2014-2015 Carl Kittelberger
This is free software. You may redistribute copies of it under the terms of the MIT License <http://www.opensource.org/licenses/mit-license.php>. This is free software. You may redistribute copies of it under the terms of the MIT License <http://www.opensource.org/licenses/mit-license.php>.
@ -55,9 +55,12 @@ citimp_upd [options...] "<targetpath>"
--log (Default: True) Write a log file "build.log" to the output folder. --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. --version (Default: False) Shows this tool's version.
--help Display this help screen. --help Display this help screen.
``` ```
Examples: Examples:

View File

@ -6,8 +6,6 @@ using System.Linq;
using System.Net; using System.Net;
using System.Reflection; using System.Reflection;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using System.Xml.Linq;
using System.Xml.XPath;
using CommandLine; using CommandLine;
using LibGit2Sharp; using LibGit2Sharp;
using Microsoft.Build.BuildEngine; using Microsoft.Build.BuildEngine;