changeset 676:109d663abac0

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 May 2021 14:58:25 +0200
parents aba6dac03d16
children 25e44dba9dba
files Sphinx/source/users/rest.rst
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/users/rest.rst	Thu May 06 14:57:04 2021 +0200
+++ b/Sphinx/source/users/rest.rst	Thu May 06 14:58:25 2021 +0200
@@ -41,9 +41,10 @@
 Unfortunately, the default command-line prompt of Microsoft Windows
 **doesn't support single-quote characters**. If you copy/paste a cURL
 command-line from this page that mixes single-quote and double-quotes,
-you'll have to replace single-quotes by double-quotes, and prefix the
-double-quotes by a backslash character. For instance, consider the
-following command line that works fine on GNU/Linux::
+it won't work as such, and you'll have to replace single-quotes by
+double-quotes, and prefix the double-quotes by a backslash
+character. For instance, consider the following command line that
+works fine on GNU/Linux::
 
   $ curl -v -X PUT http://localhost:8042/modalities/sample \
          -d '{"AET" : "ORTHANCC", "Host": "127.0.0.1", "Port": 2002}'