From f7e74392fa5c346a585432bde78188e5a0fb9de6 Mon Sep 17 00:00:00 2001 From: Sebastian Ludwig Date: Mon, 31 Jul 2017 12:55:37 +0200 Subject: [PATCH] Fix typos. --- lib/twine/cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/twine/cli.rb b/lib/twine/cli.rb index 2278f02..60165dd 100644 --- a/lib/twine/cli.rb +++ b/lib/twine/cli.rb @@ -22,7 +22,7 @@ module Twine create_folders: { switch: ['-r', '--[no-]create-folders'], description: <<-DESC, - This flag may be used to create output folders for all languages, if they don't exist yet. + This flag may be used to create output folders for all languages, if they don't exist yet. As a result all languages will be exported, not only the ones where an output folder already exists. DESC boolean: true @@ -222,7 +222,7 @@ module Twine mapped_command = DEPRECATED_COMMAND_MAPPINGS[command] if mapped_command - Twine::stderr.puts "WARNING: Twine commands names have changed. `#{command}` is now `#{mapped_command}`. The old command is deprecated will soon stop working. For more information please check the documentation at https://github.com/mobiata/twine" + Twine::stderr.puts "WARNING: Twine commands names have changed. `#{command}` is now `#{mapped_command}`. The old command is deprecated and will soon stop working. For more information please check the documentation at https://github.com/mobiata/twine" command = mapped_command end