Updating README.md and removing accidentally committed code.
parent
32c7b8c436
commit
f797713da5
|
@ -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:
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue