diff --git a/src/panmanUtils.cpp b/src/panmanUtils.cpp index 9d194a7..b54ec27 100644 --- a/src/panmanUtils.cpp +++ b/src/panmanUtils.cpp @@ -1422,7 +1422,7 @@ void parseAndExecute(int argc, char* argv[]) { } else if(globalVm.count("printRoot")) { printRoot(TG, globalVm, outputFile, buf); return; - } else if(globalVm.count("toUser")) { + } else if(globalVm.count("toUsher")) { toUsher(TG, globalVm); return; // } else if(globalVm.count("fasta-fast")){