mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 08:17:13 +02:00
using new CmdLineParser
This commit is contained in:
@ -27,7 +27,7 @@ int main(int argc, char *argv[]) {
|
||||
int action = slsDetectorDefs::HELP_ACTION;
|
||||
#endif
|
||||
|
||||
if (argc > 1)
|
||||
argv++;
|
||||
multiSlsDetectorClient(argc - 1, argv, action);
|
||||
// if (argc > 1)
|
||||
// argv++;
|
||||
multiSlsDetectorClient(argc, argv, action);
|
||||
}
|
||||
|
Reference in New Issue
Block a user