phrase 0.3.2 → 0.3.3
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/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/phrase/tool/commands/show_help.rb +2 -2
- data/lib/phrase/tool/options.rb +0 -1
- data/lib/phrase/version.rb +1 -1
- metadata +1 -1
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -15,7 +15,7 @@ private
|
|
|
15
15
|
print_message <<USAGE
|
|
16
16
|
usage: phrase <command> [<args>]
|
|
17
17
|
|
|
18
|
-
phrase init --secret=<YOUR SECRET> --default-locale=<DEFAULT LOCALE>
|
|
18
|
+
phrase init --secret=<YOUR SECRET> --default-locale=<DEFAULT LOCALE, e.g. en> --format=<FORMAT, e.g. yml> --target-directory=<TARGET, default is ./phrase/locales/>
|
|
19
19
|
|
|
20
20
|
phrase push FILE [--tags=<tags>] [--locale=<locale>]
|
|
21
21
|
phrase push DIRECTORY [--tags=<tags>] [--locale=<locale>]
|
|
@@ -25,4 +25,4 @@ usage: phrase <command> [<args>]
|
|
|
25
25
|
phrase --version
|
|
26
26
|
USAGE
|
|
27
27
|
end
|
|
28
|
-
end
|
|
28
|
+
end
|
data/lib/phrase/tool/options.rb
CHANGED
data/lib/phrase/version.rb
CHANGED