From 165a4d277b24b2e411b58ebb2cbb355cbe7e84ee Mon Sep 17 00:00:00 2001 From: Vianney Lecroart Date: Sun, 21 Dec 2014 12:18:31 +0100 Subject: [PATCH] escape ' --- plugins/meteor/_meteor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/meteor/_meteor b/plugins/meteor/_meteor index 3874b4b18..0756f79a7 100644 --- a/plugins/meteor/_meteor +++ b/plugins/meteor/_meteor @@ -14,7 +14,7 @@ _1st_arguments=( 'run:[default] Run this project in local development mode.' 'debug:Run the project, but suspend the server process for debugging.' 'create:Create a new project.' - 'update:Upgrade this project's dependencies to their latest versions.' + 'update:Upgrade this project\'s dependencies to their latest versions.' 'add:Add a package to this project.' 'remove:Remove a package from this project.' 'list:List the packages explicitly used by your project.' @@ -22,7 +22,7 @@ _1st_arguments=( 'install-sdk:Installs SDKs for a platform.' 'remove-platform:Remove a platform from this project.' 'list-platforms:List the platforms added to your project.' - 'configure-android:Run the Android configuration tool from Meteor's ADK environment.' + 'configure-android:Run the Android configuration tool from Meteor\'s ADK environment.' 'build:Build this project for all platforms.' 'shell:Launch a Node REPL for interactively evaluating server-side code.' 'mongo:Connect to the Mongo database for the specified site.'