diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pvsgui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pvsgui.cpp b/src/pvsgui.cpp index 0ed0801..8617587 100644 --- a/src/pvsgui.cpp +++ b/src/pvsgui.cpp @@ -473,7 +473,7 @@ int main(int argc, char *argv[]) { "help", no_argument, NULL, 'h' }, { "version", no_argument, NULL, 'v' }, { "position", required_argument, NULL, 'p' }, - { "toolbar", required_argument, NULL, 'b' } + { "toolbar", no_argument, NULL, 'b' } }; opt = getopt_long( argc, argv, optString, longOpts, &longIndex ); |
