Skip to content

Commit

Permalink
make it clear about sort feature
Browse files Browse the repository at this point in the history
  • Loading branch information
truebit committed Aug 6, 2014
1 parent 93599c5 commit 2dff917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ As you may know, the [`UUID`](http://www.ietf.org/rfc/rfc4122.txt) generated by
5. If you want to use part of xUnique functions, use below options in arguments:
* `-v`: print verbose output
* `-u`: uniquify project file, that is, replace UUID to MD5 digest
* `-s`: sort project file inlcuding `children` list, `files` list, `PBXFileReference` list and `PBXBuildFile`
* `-s`: sort project file inlcuding `children` list, `files` list, `PBXFileReference` list and `PBXBuildFile`. Supports both original and uniquified project file
* if neither `-u` nor `-s` exists, execute both uniquify and sort

### Examples
Expand Down

0 comments on commit 2dff917

Please sign in to comment.