Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong -rsv option #35

Closed
rperrell opened this issue Apr 24, 2015 · 1 comment
Closed

Wrong -rsv option #35

rperrell opened this issue Apr 24, 2015 · 1 comment

Comments

@rperrell
Copy link

Documentation says

   -rsv,                      replace actual sequence values with 1 
  --replace-sequence-values,

but the correct options are -fsv and --filter-sequence-values

Main.java line 308

        }   else if ((arg.equals("-fsv") || arg.equals("--filter-sequence-values"))) {
            replaceSequenceValues = true;
@qwazer
Copy link
Owner

qwazer commented Apr 24, 2015

@qwazer qwazer closed this as completed Apr 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants