From 2cf4b2f18ef38d66982002bd16a2c8e885f44426 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Sat, 29 Dec 2012 11:46:11 +0100
Subject: [PATCH] Changed the help message a little.

Pumped to version 0.1.3.
---
 config.mk  | 2 +-
 src/main.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk
index ac9e291..4ecb901 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 #----------------user/install options----------------
-VERSION = 0.1.2
+VERSION = 0.1.3
 
 PROJECT = vimp
 PREFIX ?= /usr/local
diff --git a/src/main.c b/src/main.c
index 03d88d3..f982508 100644
--- a/src/main.c
+++ b/src/main.c
@@ -724,7 +724,7 @@ int main(int argc, char* argv[])
         {NULL}
     };
     /* Initialize GTK+ */
-    if (!gtk_init_with_args(&argc, &argv, "[<uri>]", opts, NULL, &err)) {
+    if (!gtk_init_with_args(&argc, &argv, "[URI]", opts, NULL, &err)) {
         g_printerr("can't init gtk: %s\n", err->message);
         g_error_free(err);
 
-- 
2.20.1