Skip to content

Commit

Permalink
refmt: fix arg order
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeczalik committed Jul 2, 2017
1 parent e4392e1 commit a526389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ refmt will try to guess input format.
If OUTPUT_FILE is "-" (stdout), destination format type is required to be
passed with -t flag.
refmt merge [-t type] ORIGINAL_FILE|"-" MIXIN_FILE|"-" OUTPUT_FILE|"-"
refmt [-t type] merge ORIGINAL_FILE|"-" MIXIN_FILE|"-" OUTPUT_FILE|"-"
Merges the object defined in ORIGINAL_FILE with the object from MIXIN_FILE, writing
the resulting object to the OUTPUT_FILE.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ refmt will try to guess input format.
If OUTPUT_FILE is "-" (stdout), destination format type is required to be
passed with -t flag.
refmt merge [-t type] ORIGINAL_FILE|"-" MIXIN_FILE|"-" OUTPUT_FILE|"-"
refmt [-t type] merge ORIGINAL_FILE|"-" MIXIN_FILE|"-" OUTPUT_FILE|"-"
Merges the object defined in ORIGINAL_FILE with the object from MIXIN_FILE, writing
the resulting object to the OUTPUT_FILE.
Expand Down

0 comments on commit a526389

Please sign in to comment.