comparison OrthancServer/Sources/main.cpp @ 4458:e4dae17035b9

fix ParsedDicomCache for emscripten
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Jan 2021 12:43:44 +0100
parents f4dbdb2dcba6
children 9c070a34de18
comparison
equal deleted inserted replaced
4457:789676a8c96a 4458:e4dae17035b9
645 << std::endl 645 << std::endl
646 << "Pay attention to the fact that the order of the options is important." << std::endl 646 << "Pay attention to the fact that the order of the options is important." << std::endl
647 << "Options are read left to right. In particular, options such as \"--verbose\" can " << std::endl 647 << "Options are read left to right. In particular, options such as \"--verbose\" can " << std::endl
648 << "reset the value of other log-related options that were read before." << std::endl 648 << "reset the value of other log-related options that were read before." << std::endl
649 << std::endl 649 << std::endl
650 << "The recommended set of options to debug DICOM communications is " 650 << "The recommended set of options to debug DICOM communications is " << std::endl
651 << "\"--verbose --trace-dicom --logfile=dicom.log\"" << std::endl 651 << "\"--verbose --trace-dicom --logfile=dicom.log\"" << std::endl
652 << std::endl 652 << std::endl
653 << "Command-line options:" << std::endl 653 << "Command-line options:" << std::endl
654 << " --help\t\tdisplay this help and exit" << std::endl 654 << " --help\t\tdisplay this help and exit" << std::endl
655 << " --logdir=[dir]\tdirectory where to store the log files" << std::endl 655 << " --logdir=[dir]\tdirectory where to store the log files" << std::endl