mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-19 07:14:31 +01: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