diff options
| author | root | 2010-09-29 20:52:50 +0200 |
|---|---|---|
| committer | root | 2010-09-29 20:52:50 +0200 |
| commit | a52540d5c93eeae96c572978a3285345140007eb (patch) | |
| tree | 3b5bfbef2d7aed93e94b3e26863ff47d5b3586c4 /src | |
| parent | [PVSGUI] smaler toolbar (diff) | |
| download | pvs-a52540d5c93eeae96c572978a3285345140007eb.tar.gz pvs-a52540d5c93eeae96c572978a3285345140007eb.tar.xz pvs-a52540d5c93eeae96c572978a3285345140007eb.zip | |
[PVSGUI] parsing cmdargs fixed
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 ); |
