From: Michael Andreen Date: Wed, 19 Dec 2007 14:23:40 +0000 (+0100) Subject: More help output X-Git-Tag: v0.1 X-Git-Url: https://ruin.nu/git/?p=germs.git;a=commitdiff_plain;h=69cfdf79b7597ee6133dc3add1a759bc94861fa6 More help output --- 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"