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"