From 69cfdf79b7597ee6133dc3add1a759bc94861fa6 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Wed, 19 Dec 2007 15:23:40 +0100 Subject: [PATCH] More help output --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.39.2