From 345ce6d109ab13b4ce841a350ee89fc9f9ec184b Mon Sep 17 00:00:00 2001 From: Sebastian Celis Date: Thu, 10 May 2012 14:25:41 -0500 Subject: [PATCH] Fixup help text to mention all supported string file formats. --- lib/twine/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/twine/cli.rb b/lib/twine/cli.rb index 67db37a..d83b85d 100644 --- a/lib/twine/cli.rb +++ b/lib/twine/cli.rb @@ -15,7 +15,7 @@ module Twine parser = OptionParser.new do |opts| opts.banner = 'Usage: twine COMMAND STRINGS_FILE [INPUT_OR_OUTPUT_PATH] [--lang LANG1,LANG2...] [--tags TAG1,TAG2,TAG3...] [--format FORMAT]' opts.separator '' - opts.separator 'The purpose of this script is to convert back and forth between multiple data formats, allowing us to treat our strings (and translations) as data stored in a text file. We can then use the data file to create drops for the localization team, consume similar drops returned by the localization team, generate reports on the strings, as well as create iOS and Android string files to ship with our products.' + opts.separator 'The purpose of this script is to convert back and forth between multiple data formats, allowing us to treat our strings (and translations) as data stored in a text file. We can then use the data file to create drops for the localization team, consume similar drops returned by the localization team, generate reports on the strings, as well as create formatted string files to ship with your products. Twine currently supports iOS, OS X, Android, and jquery-localize string files.' opts.separator '' opts.separator 'Commands:' opts.separator ''