From 4f7986ec0bc8bdde68449f988a40765403e98537 Mon Sep 17 00:00:00 2001 From: Gary Bradski <no@email> Date: Sat, 4 Dec 2010 08:31:11 +0000 Subject: [PATCH] revamped --- samples/cpp/imagelist_creator.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/cpp/imagelist_creator.cpp b/samples/cpp/imagelist_creator.cpp index f2d3bdaf2..172f7fdb9 100644 --- a/samples/cpp/imagelist_creator.cpp +++ b/samples/cpp/imagelist_creator.cpp @@ -14,7 +14,8 @@ using namespace cv; void help(char** av) { - cout << "usage:\n" << av[0] << " imagelist.yaml *.png\n" + cout << "\nThis creates a yaml or xml list of files from the command line args\n" + "usage:\n./" << av[0] << " imagelist.yaml *.png\n" << "Try using different extensions.(e.g. yaml yml xml xml.gz etc...)\n" << "This will serialize this list of images or whatever with opencv's FileStorage framework" << endl; }