Skip to content

Commit abf9772

Browse files
Update README.md
escape characters
1 parent 7afa332 commit abf9772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ In any case, you may use parameter `/y` to overwrite existing file without any p
136136

137137

138138
Be careful with folders that contain spaces in their names. You should add quotation marks around such parameter values.
139-
Keep in mind, that sequence `\"` will escape double quotes. So `"D:\"`, `"D:\another folder\"` are incorrect, use `D:\` and `"D:\another folder"` instead.
139+
Keep in mind, that sequence `\"` will escape double quotes. So don't use it at the end of the parameter value.
140140

141141
```
142142
ems-cmd download http://192.168.100.200:6330 -space Default -target D:\your\local\folder -source file.xml
@@ -166,7 +166,7 @@ In any case, you may use parameter `/y` to overwrite existing file without any p
166166

167167

168168
Be careful with folders that contain spaces in their names. You should add quotation marks around such parameter values.
169-
Keep in mind, that sequence `\"` will escape double quotes. So `"D:\"`, `"D:\another folder\"` are incorrect, use `D:\` and `"D:\another folder"` instead.
169+
Keep in mind, that sequence `\"` will escape double quotes. So don't use it at the end of the parameter value.
170170

171171

172172
```

0 commit comments

Comments
 (0)