Skip to content

Commit

Permalink
Add mistakenly deleted line to allow -v flag to show program version …
Browse files Browse the repository at this point in the history
…number.
  • Loading branch information
daveneiman committed Dec 7, 2015
1 parent c3c4824 commit 21abcfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified lib/fits.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions src/edu/harvard/hul/ois/fits/Fits.java
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ public Fits( String fits_home ) throws FitsConfigurationException {

public static void main( String[] args ) throws FitsException, IOException, ParseException, XMLStreamException {

setFitsVersionFromFile();

Options options = new Options();
options.addOption( "i", true, "input file or directory" );
options.addOption( "r", false, "process directories recursively when -i is a directory " );
Expand Down

0 comments on commit 21abcfc

Please sign in to comment.