Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Ludwig <sebastian@lurado.de>2017-07-31 13:55:37 +0300
committerSebastian Ludwig <sebastian@lurado.de>2017-07-31 13:55:37 +0300
commitf7e74392fa5c346a585432bde78188e5a0fb9de6 (patch)
tree5b0c7979602e5d91748fcadb034f2d6d4efa7b4a
parenta165b98e1eb00befd6c0e373d2bd6ff0a129a253 (diff)
Fix typos.
-rw-r--r--lib/twine/cli.rb4
1 files 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