summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-02 18:45:39 +0100
committerJonathan Bauer2011-03-02 18:45:39 +0100
commit757ad2ff629f63a6ef98383a527de1326b5dd3a5 (patch)
tree35ca3c8a9a5546be53bd4df965e7fb6e89ab133b /src/fbgui.cpp
parentcomments & formatting... (diff)
downloadfbgui-757ad2ff629f63a6ef98383a527de1326b5dd3a5.tar.gz
fbgui-757ad2ff629f63a6ef98383a527de1326b5dd3a5.tar.xz
fbgui-757ad2ff629f63a6ef98383a527de1326b5dd3a5.zip
cleaned up output a bit
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp2
1 files changed, 1 insertions, 1 deletions
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.