Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
5e97c450
Unverified
Commit
5e97c450
authored
6 years ago
by
Richard Cordovano
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1534 from jkho/5213-Rename-Logical-Imager-Config-file
Use logical-imager-config.json
parents
7959a640
961c7c71
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/logicalimager/tsk_logical_imager.cpp
+3
-3
3 additions, 3 deletions
tools/logicalimager/tsk_logical_imager.cpp
with
3 additions
and
3 deletions
tools/logicalimager/tsk_logical_imager.cpp
+
3
−
3
View file @
5e97c450
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment