From 0929eec2f78b8b51b84310b4abdb69b6cbe66451 Mon Sep 17 00:00:00 2001 From: Henry Rawas Date: Wed, 6 Mar 2013 15:37:07 -0800 Subject: [PATCH] Fix some bad hyphen and quote chras in readme --- msvs/RedisWAInst/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/msvs/RedisWAInst/README.md b/msvs/RedisWAInst/README.md index c178c035..d50eff23 100644 --- a/msvs/RedisWAInst/README.md +++ b/msvs/RedisWAInst/README.md @@ -10,14 +10,14 @@ Deploying Redis to Windows Azure RedisInstWA command line ------------------------ -RedisInst4WA –Source <path to redis exe or URL to ZIP> -Config <path to cscfg file folder> -RedisConf <path to redis.conf file folder> -Domain <Azure domain> -Subscription <Azure subscription> [-X64] [--Pass <other parameters>] +RedisInst4WA -Source <path to redis exe or URL to ZIP> -Config <path to cscfg file folder> -RedisConf <path to redis.conf file folder> -Domain <Azure domain> -Subscription <Azure subscription> [-X64] [--Pass <other parameters>] -If deploying to the Azure emulator, then use –Emu in place of –Domain and –Subscription. +If deploying to the Azure emulator, then use -Emu in place of -Domain and -Subscription. Note that the Source may be to local Redis exe files, or may reference a GitHub zip file. If using a zip file, the 32 bit binaries are used by default. To use the 64 bit binaries include the optional -X64 parameter. For example: -Source https://github.com/MSOpenTech/redis/archive/2.4.zip will download the zip file for the latest code for branch 2.4. -The - -Pass (note the double ‘-‘) parameter is optional. Any parameters following this are passed on to Inst4WA. This is useful to override settings such as region or slot. See the Pass-through parameters section. +The --Pass (note the double '-') parameter is optional. Any parameters following this are passed on to Inst4WA. This is useful to override settings such as region or slot. See the Pass-through parameters section. ### Deployment notes If deploying to the Azure emulator, you will need to manually remove the deployment after you have finished testing. You should also remove a previous deployment before trying to deploy a second time. -- GitLab