crowdin-cli 0.0.19 → 0.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/crowdin-cli +2 -2
- data/lib/crowdin-cli/version.rb +1 -1
- metadata +1 -1
data/bin/crowdin-cli
CHANGED
|
@@ -220,7 +220,7 @@ EOS
|
|
|
220
220
|
end # @config['files']
|
|
221
221
|
|
|
222
222
|
if dest_files.empty?
|
|
223
|
-
exit_now!("
|
|
223
|
+
exit_now!("nothing to upload. See http://crowdin.net/page/cli-client#configuration-file for more details.")
|
|
224
224
|
end
|
|
225
225
|
|
|
226
226
|
common_dir = find_common_directory_path(dest_files)
|
|
@@ -512,7 +512,7 @@ EOS
|
|
|
512
512
|
else
|
|
513
513
|
@base_path = Dir.pwd
|
|
514
514
|
puts <<EOS
|
|
515
|
-
Warning: Configuration misses parameter `base_path` that defines your project root directory. Using `#{@base_path}` as a root directory.
|
|
515
|
+
Warning: Configuration file misses parameter `base_path` that defines your project root directory. Using `#{@base_path}` as a root directory.
|
|
516
516
|
EOS
|
|
517
517
|
end
|
|
518
518
|
|
data/lib/crowdin-cli/version.rb
CHANGED