diff options
| author | Jonathan Bauer | 2011-03-02 18:45:39 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-02 18:45:39 +0100 |
| commit | 757ad2ff629f63a6ef98383a527de1326b5dd3a5 (patch) | |
| tree | 35ca3c8a9a5546be53bd4df965e7fb6e89ab133b /src/fbgui.cpp | |
| parent | comments & formatting... (diff) | |
| download | fbgui-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.cpp | 2 |
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. |
