File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -357,11 +357,10 @@ int main(int argc, char * argv[]) {
357357 " \t -frm the format of the output: 1 (chrName:start-end) or 2 (chrName\t start\t end).\n " );
358358 message.append (
359359 " \t\t The output format are zero based and the end is exclusive.\n " );
360-
361- message.append (" \t -hmo file where the HMM is saved, optional.\n\n " );
362- message.append (" \t -cor integer of the number of threads, optional.\n\n " );
363- message.append (" \t\t The more threads, the higher the memory requirement." );
364- message.append (" \t\t The defaul is the number of cores - 1, or 1 if single core is found." );
360+ message.append (" \t -hmo file where the HMM is saved, optional.\n " );
361+ message.append (" \t -cor integer of the number of threads, optional.\n " );
362+ message.append (" \t\t The more threads, the higher the memory requirement.\n " );
363+ message.append (" \t\t The defaul is the number of cores - 1, or 1 if single core is found.\n\n " );
365364
366365 message.append (" Examples:\n " );
367366 message.append (
You can’t perform that action at this time.
0 commit comments