From 5b618fe81e4d3818285e349cde5ef5e5f6bcd2bf Mon Sep 17 00:00:00 2001 From: Alcaro Date: Sun, 17 Jan 2016 20:56:08 +0100 Subject: [PATCH] This error isn't useful. --- flips-gtk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flips-gtk.cpp b/flips-gtk.cpp index c66d9ee..c3e6aad 100644 --- a/flips-gtk.cpp +++ b/flips-gtk.cpp @@ -834,7 +834,7 @@ int GUIShow(const char * filename) { if (!canShowGUI) { - g_warning("couldn't parse command line arguments, fix them or use command line"); + g_warning("couldn't parse command line arguments, what are you doing?"); usage(); }