Skip to content
Snippets Groups Projects
Unverified Commit 5e97c450 authored by Richard Cordovano's avatar Richard Cordovano Committed by GitHub
Browse files

Merge pull request #1534 from jkho/5213-Rename-Logical-Imager-Config-file

Use logical-imager-config.json
parents 7959a640 961c7c71
No related branches found
No related tags found
No related merge requests found
...@@ -829,7 +829,7 @@ static void usage() { ...@@ -829,7 +829,7 @@ static void usage() {
("usage: %s [-i imgPath] [-c configPath]\n"), ("usage: %s [-i imgPath] [-c configPath]\n"),
progname); progname);
tsk_fprintf(stderr, "\t-i imgPath: The image file\n"); 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-v: verbose output to stderr\n");
tsk_fprintf(stderr, "\t-d: debug output to stderr\n"); tsk_fprintf(stderr, "\t-d: debug output to stderr\n");
tsk_fprintf(stderr, "\t-V: Print version\n"); tsk_fprintf(stderr, "\t-V: Print version\n");
...@@ -901,8 +901,8 @@ main(int argc, char **argv1) ...@@ -901,8 +901,8 @@ main(int argc, char **argv1)
} }
if (configFilename == NULL) { if (configFilename == NULL) {
configFilename = _TSK_T("config.json"); configFilename = _TSK_T("logical-imager-config.json");
fprintf(stdout, "Using default configuration file config.json\n"); fprintf(stdout, "Using default configuration file logical-imager-config.json\n");
} }
// create a directory with hostname_timestamp // create a directory with hostname_timestamp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment