Use double quotes in command lines for consistency.

This commit is contained in:
Dan Fandrich
2007-09-18 20:41:20 +00:00
parent 7ac7c119be
commit 0159636373
12 changed files with 12 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ http
HTTP with -d, -G and {}
</name>
<command>
-d "foo=moo&moo=poo" http://%HOSTIP:%HTTPPORT/{199,199} -G
-d "foo=moo&moo=poo" "http://%HOSTIP:%HTTPPORT/{199,199}" -G
</command>
</client>