README.md in bukkit-1.0.3 vs README.md in bukkit-1.1.0
- old
+ new
@@ -1,10 +1,15 @@
Bukkit-CLI
======
A Bukkit Server command line interface.
+![Gem Version](https://badge.fury.io/rb/bukkit.png)
+
+[![Dependency Status](https://gemnasium.com/JesseHerrick/Bukkit-CLI.png)](https://gemnasium.com/JesseHerrick/Bukkit-CLI)
+[![Build Status](https://travis-ci.org/JesseHerrick/Bukkit-CLI.png?branch=master)](https://travis-ci.org/JesseHerrick/Bukkit-CLI)
+
##Features (see [commands](https://github.com/JesseHerrick/Bukkit-CLI/blob/master/README.md#commands) for more details)
* Automatically creates a new server (your choice of build: rb, beta, or dev) with a simple command.
* Plugin manager. No more downloading and copying files.
* Update to the most recent build of your choice.
* And much more!
@@ -16,16 +21,16 @@
~ $ gem install bukkit
~ $ bukkit new my-awesome-server-name
```
###Commands:
-__To View Command Options run:__ `bukkit [command] [options: --help, -h]`
+__To View Command Options run:__ `bukkit [command] [options: -[-h]elp]`
`bukkit [--help, -h]` Display global help.
`bukkit install my-favorite-plugin` Install a new bukkit plugin.
-`bukkit new my-awesome-server-name [options: --rb, --beta, --dev]` Create a new Bukkit server.
+`bukkit new my-awesome-server-name [options: --rb, --beta, --dev, -[-f]orce (Overwrite any conflicting dirs.)], ` Create a new Bukkit server.
`bukkit start` Start your server.
`bukkit update [options: --rb, --beta, --dev]` Download the latest version of CraftBukkit.