Skip to content
Snippets Groups Projects
Commit e44b226f authored by Kevin Howe's avatar Kevin Howe
Browse files

Supplying external_db file now works.

parent 06e1b949
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ GetOptions ('file=s' => \$file,
'notriage' => \$notriage,
'delete_unmapped' => \$delete_unmapped,
'recalc_display_xrefs_only' => \$recalc_display_xrefs,
'external_db_file' => \$external_db_file,
'external_db_file=s' => \$external_db_file,
'help' => \$help,
'man' => \$man );
pod2usage(1) if ($help);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment