diff options
Diffstat (limited to 'src/gemma.cpp')
-rw-r--r-- | src/gemma.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp index 6c04c8d..ddb937e 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -544,9 +544,9 @@ void GEMMA::PrintHelp(size_t option) { cout << " -lmax [num] " << " specify maximum value for lambda (default 1e+5)" << endl; cout - << " -region [num] " - << " specify the number of regions used to evaluate lambda (default 10)" - << endl; + << " -region [num] " + << " specify the number of regions used to evaluate lambda (default 10)" + << endl; cout << " -loco [chr] " << " leave one chromosome out (LOCO) by name (requires -a annotation " "file)" |