Skip to content

Commit

Permalink
Merge pull request #46 from koorgoo/patch-1
Browse files Browse the repository at this point in the history
Add jed1.x format into help output
  • Loading branch information
mikeedwards committed Apr 13, 2016
2 parents a383414 + abe96f4 commit 7449c3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# po2json
# po2json

[![Build Status](https://secure.travis-ci.org/mikeedwards/po2json.png?branch=master)](http://travis-ci.org/mikeedwards/po2json)
[![Dependency Status](https://david-dm.org/mikeedwards/po2json.png?theme=shields.io)](https://david-dm.org/mikeedwards/po2json)
Expand Down Expand Up @@ -70,7 +70,7 @@ default options.

* --pretty, -p: same as pretty = true in function options
* --fuzzy, -F: same as fuzzy = true in function options
* --format, -f: Output format (jed, raw or mf)
* --format, -f: Output format (raw, jed, jed1.x, or mf)
* --domain, -d: same as domain in function options

Note: `'format': 'mf'` means the json format used by messageFormatter in github.com/SlexAxton/messageformat.js
Expand Down
2 changes: 1 addition & 1 deletion bin/po2json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var opts = require("nomnom")
.option('format', {
abbr: 'f',
default: 'raw',
help: 'output format, one of: raw, jed, mf (messageformat)'
help: 'output format, one of: raw, jed, jed1.x, mf (messageformat)'
})
.option('domain', {
abbr: 'd',
Expand Down

0 comments on commit 7449c3b

Please sign in to comment.