X-Git-Url: https://ruin.nu/git/?p=germs.git;a=blobdiff_plain;f=src%2Fmain.cpp;h=abd520f43a29f7a3ec9b4cb7cb8f893895f16cbc;hp=16e7de7768f853eb2de87fde7b7f2923c696d29b;hb=69cfdf79b7597ee6133dc3add1a759bc94861fa6;hpb=c85eee89d6438743d3aa9c36d669d0fdd6e867de diff --git a/src/main.cpp b/src/main.cpp index 16e7de7..abd520f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -44,6 +44,8 @@ int main(int argc, char** argv){ cout << "Usage: " << argv[0] << " [OPTION] [FILE]" << endl << endl << " -m Specifies which model to use for sorting: Whirl, X, Zipper, FatX or Cloud " << endl << " -n Specifies which artificial neural network to use for identification. '" << ann << "' is used by default" + << endl << " -i Only identify the model, don't try to sort it" + << endl << " -p Print the resulting permutation at each sorting step" << endl << " -h Prints this help message" << endl << endl << "With no FILE, or if FILE is '-', stdin will be used"