-i opt expecting serialized file.
Change-Id: I31bde3750deaa43c8148f2469e74a52e7ef4ba15
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
static void print_help(const char *name) {
cout << endl;
- cout << "usage: " << name << " [-i input_filename] [-v]" << endl;
+ cout << "usage: " << name << " [-i serialized filename] [-v]" << endl;
cout << " " << name << " {--system|--session} [-v]" << endl;
cout << " -v - just verify, don't print anything" << endl;
cout << endl;
ldp_serialized::StorageBackendSerialized storage;
- if (!storage.init(input_filename.c_str(), just_verify)) {
+ if (!storage.init(input_filename.c_str(), true)) {
if (just_verify)
cout << input_filename << ": FAILED" << endl;
return EXIT_FAILURE;