lib/phrase/tool/commands/show_help.rb in phrase-0.3.2 vs lib/phrase/tool/commands/show_help.rb in phrase-0.3.3
- old
+ new
@@ -13,16 +13,16 @@
def show_help
print_message <<USAGE
usage: phrase <command> [<args>]
- phrase init --secret=<YOUR SECRET> --default-locale=<DEFAULT LOCALE>
+ phrase init --secret=<YOUR SECRET> --default-locale=<DEFAULT LOCALE, e.g. en> --format=<FORMAT, e.g. yml> --target-directory=<TARGET, default is ./phrase/locales/>
phrase push FILE [--tags=<tags>] [--locale=<locale>]
phrase push DIRECTORY [--tags=<tags>] [--locale=<locale>]
phrase pull [LOCALE] [--target=<target-folder>] [--format=<format>]
phrase --version
USAGE
end
-end
\ No newline at end of file
+end