Make the --intermediate_csv_file argument un-hidden.

This commit is contained in:
Eric Banks 2012-11-08 14:35:23 -05:00
parent 2da76db945
commit 17ab3a39d5
1 changed files with 2 additions and 1 deletions

View File

@ -75,8 +75,9 @@ public class RecalibrationArgumentCollection {
/**
* If not provided, then a temporary file is created and then deleted upon completion.
* For advanced users only.
*/
@Hidden
@Advanced
@Argument(fullName = "intermediate_csv_file", shortName = "intermediate", doc = "The intermediate csv file to create", required = false)
public File RECAL_CSV_FILE = null;