diff Sphinx/source/users/rest.rst @ 379:c9fe3d0d0fa1

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 Apr 2020 08:49:59 +0200
parents 16dc3561b41e 6d7a36447e21
children 06ab5ab05a2d
line wrap: on
line diff
--- a/Sphinx/source/users/rest.rst	Wed Apr 08 08:49:33 2020 +0200
+++ b/Sphinx/source/users/rest.rst	Wed Apr 08 08:49:59 2020 +0200
@@ -69,7 +69,7 @@
 If you are using Powershell (>= 3.0), you can use the following to send a single
 Dicom instance to Orthanc::
 
-    # disabling progress bar tremendously increases the Invoke-RestMethod call
+    # disabling the progress bar makes the Invoke-RestMethod call MUCH faster
     $ProgressPreference = 'SilentlyContinue'
 
     # upload it to Orthanc