diff --git a/README.md b/README.md index 3f34909..dd1421e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Stories in Ready](https://badge.waffle.io/Parabot/Parabot.png?label=ready&title=Ready)](https://waffle.io/Parabot/Parabot) [![Build Status](https://travis-ci.org/Parabot/Parabot.svg?branch=master)](https://travis-ci.org/Parabot/Parabot) # Parabot diff --git a/src/main/java/org/parabot/Landing.java b/src/main/java/org/parabot/Landing.java index 4afc7f0..4d6c1d0 100644 --- a/src/main/java/org/parabot/Landing.java +++ b/src/main/java/org/parabot/Landing.java @@ -131,7 +131,7 @@ public final class Landing { case "-proxy": ProxyType type = ProxyType.valueOf(args[++i].toUpperCase()); if (type == null) { - System.err.println("Invalid proxy type:" + args[i]); + System.err.println("Invalid proxy type: " + args[i]); System.exit(1); return; }