Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Laing committed Aug 19, 2016
1 parent 10d2022 commit 77161bc
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 @@ -39,4 +39,4 @@ The options given to --one must be quoted, and the first word must contain no sp

The same applies to specifying arguments to `--two`, and if specified in addition to `--one`, only those two groups will be compared. For example:

./feht --info=data/metadata.txt --datafile=data/data.tab --mode="snp" --one="Province AB NB" --two="SourceState NS QC OE" > output.txt
./feht --info=data/metadata.txt --datafile=data/data.tab --mode="snp" --one="Province AB NB" --two="Province NS QC OE" > output.txt

0 comments on commit 77161bc

Please sign in to comment.