From 757ad2ff629f63a6ef98383a527de1326b5dd3a5 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 2 Mar 2011 18:45:39 +0100 Subject: cleaned up output a bit --- src/fbgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fbgui.cpp') diff --git a/src/fbgui.cpp b/src/fbgui.cpp index 103ad44..05a3cd2 100644 --- a/src/fbgui.cpp +++ b/src/fbgui.cpp @@ -30,7 +30,7 @@ int main(int argc, char *argv[]) // Declare the long options in the const struct, these have two - followed by a string found in longOpts[]. // Same as: ./fbbrowser --help // Note: I included 'qws' here to not have errors, when setting fbbrowser to be the server app aswell. - static const char *optString = "hqws"; + static const char *optString = "hqwsdiplay"; static const struct option longOpts[] = { // If an option requires parameters, write this number instead of no_argument. -- cgit v1.2.3-55-g7522