diff options
author | Pjotr Prins | 2021-08-11 07:49:24 +0200 |
---|---|---|
committer | Pjotr Prins | 2021-08-11 07:49:24 +0200 |
commit | e1a7aaddf987667d3e7ca3caa856e634750408b2 (patch) | |
tree | 2a0aa8f2d928e08e85d1fe39116b7035c5fcbf5b /src/gemma.cpp | |
parent | 09fbbd1a7706310a46b4eee40eb3a6f646f4e28c (diff) | |
download | pangemma-e1a7aaddf987667d3e7ca3caa856e634750408b2.tar.gz |
Minor fix and bump version
Diffstat (limited to 'src/gemma.cpp')
-rw-r--r-- | src/gemma.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp index 4d92a79..2525075 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -538,7 +538,7 @@ void GEMMA::PrintHelp(size_t option) { cout << " 2: Likelihood ratio test" << endl; cout << " 3: Score test" << endl; cout << " 4: 1-3" << endl; - cout << " 5: Parameter estimation in the null model only" + cout << " 5: Parameter estimation in the null model only" << endl; cout << " 9: same as option 2, but with additive effect" << endl; cout << " -lmin [num] " |