From 93b246e68107426e75e9b3cf20db54fff58268e7 Mon Sep 17 00:00:00 2001 From: David Barratt Date: Mon, 22 Feb 2016 22:05:24 -0500 Subject: [PATCH] Use single quotes insted of double and fix typo --- src/Composer/Command/UpdateCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Command/UpdateCommand.php b/src/Composer/Command/UpdateCommand.php index c3fcc4c40..a8094882a 100644 --- a/src/Composer/Command/UpdateCommand.php +++ b/src/Composer/Command/UpdateCommand.php @@ -56,7 +56,7 @@ class UpdateCommand extends Command new InputOption('prefer-stable', null, InputOption::VALUE_NONE, 'Prefer stable versions of dependencies.'), new InputOption('prefer-lowest', null, InputOption::VALUE_NONE, 'Prefer lowest versions of dependencies.'), new InputOption('interactive', 'i', InputOption::VALUE_NONE, 'Interactive interface with autocompletion to select the packages to update.'), - new InputOption('root-require', null, InputOption::VALUE_NONE, "Only update dependencies that are listed in the root package's compoer.json file."), + new InputOption('root-require', null, InputOption::VALUE_NONE, 'Only update dependencies that are listed in the root package\'s composer.json file.'), )) ->setHelp(<<update command reads the composer.json file from the