From 74825e55c0b783660b271f43a07e18ef8a1d233e Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Sat, 4 Dec 2010 08:24:34 +0000 Subject: [PATCH] revamped --- samples/cpp/filestorage.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/cpp/filestorage.cpp b/samples/cpp/filestorage.cpp index fd6ead372a..b7c8575a5b 100644 --- a/samples/cpp/filestorage.cpp +++ b/samples/cpp/filestorage.cpp @@ -15,7 +15,8 @@ using namespace cv; void help(char** av) { - cout << "usage:\n" + cout << "\nfilestorage_sample demonstrate the usage of the opencv serialization functionality.\n" + << "usage:\n" << av[0] << " outputfile.yml.gz\n" << "\n outputfile above can have many different extenstions, see below." << "\nThis program demonstrates the use of FileStorage for serialization, that is use << and >> in OpenCV\n"