diff --git a/tools/logicalimager/tsk_logical_imager.cpp b/tools/logicalimager/tsk_logical_imager.cpp index 3ab28c8952f2f41f08d93b258b439004cbbee85b..6b42d052e65995ae34c66ffc9b1c8f0efa48bb0a 100644 --- a/tools/logicalimager/tsk_logical_imager.cpp +++ b/tools/logicalimager/tsk_logical_imager.cpp @@ -829,7 +829,7 @@ static void usage() { ("usage: %s [-i imgPath] [-c configPath]\n"), progname); tsk_fprintf(stderr, "\t-i imgPath: The image file\n"); - tsk_fprintf(stderr, "\t-c configPath: The configuration file. Default is config.json\n"); + tsk_fprintf(stderr, "\t-c configPath: The configuration file. Default is logical-imager-config.json\n"); tsk_fprintf(stderr, "\t-v: verbose output to stderr\n"); tsk_fprintf(stderr, "\t-d: debug output to stderr\n"); tsk_fprintf(stderr, "\t-V: Print version\n"); @@ -901,8 +901,8 @@ main(int argc, char **argv1) } if (configFilename == NULL) { - configFilename = _TSK_T("config.json"); - fprintf(stdout, "Using default configuration file config.json\n"); + configFilename = _TSK_T("logical-imager-config.json"); + fprintf(stdout, "Using default configuration file logical-imager-config.json\n"); } // create a directory with hostname_timestamp