]> ruin.nu Git - germs.git/commitdiff
More help output master v0.1
authorMichael Andreen <harv@ruin.nu>
Wed, 19 Dec 2007 14:23:40 +0000 (15:23 +0100)
committerMichael Andreen <harv@ruin.nu>
Wed, 19 Dec 2007 14:23:40 +0000 (15:23 +0100)
src/main.cpp

index 16e7de7768f853eb2de87fde7b7f2923c696d29b..abd520f43a29f7a3ec9b4cb7cb8f893895f16cbc 100644 (file)
@@ -44,6 +44,8 @@ int main(int argc, char** argv){
                                cout << "Usage: " << argv[0] << " [OPTION] [FILE]" << endl
                                        << endl << "  -m <model> Specifies which model to use for sorting: Whirl, X, Zipper, FatX or Cloud "
                                        << endl << "  -n <ann>   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"