Skip to content

Commit 7449c3b

Browse files
committed
Merge pull request #46 from koorgoo/patch-1
Add jed1.x format into help output
2 parents a383414 + abe96f4 commit 7449c3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# po2json
1+
# po2json
22

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

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

7676
Note: `'format': 'mf'` means the json format used by messageFormatter in github.com/SlexAxton/messageformat.js

bin/po2json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var opts = require("nomnom")
2020
.option('format', {
2121
abbr: 'f',
2222
default: 'raw',
23-
help: 'output format, one of: raw, jed, mf (messageformat)'
23+
help: 'output format, one of: raw, jed, jed1.x, mf (messageformat)'
2424
})
2525
.option('domain', {
2626
abbr: 'd',

0 commit comments

Comments
 (0)