diff options
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. |
