diff Plugins/WebDav/Run.py @ 375:08fac54c8555 Orthanc-1.9.0

CheckDicomTls.py
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 28 Jan 2021 15:52:41 +0100
parents 79ce0f7a9714
children e769bcf2b94f
line wrap: on
line diff
--- a/Plugins/WebDav/Run.py	Tue Jan 26 15:26:45 2021 +0100
+++ b/Plugins/WebDav/Run.py	Thu Jan 28 15:52:41 2021 +0100
@@ -43,7 +43,7 @@
 ## Parse the command-line arguments
 ##
 
-parser = argparse.ArgumentParser(description = 'Run the integration tests for the patient recycling behavior.')
+parser = argparse.ArgumentParser(description = 'Run the integration tests for the WebDAV server.')
 
 parser.add_argument('--server', 
                     default = 'localhost',