Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
binwalk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-gitdep
binwalk
Commits
95eadc29
Commit
95eadc29
authored
11 years ago
by
devttys0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated usage
parent
ad0ac159
fix-entropy-graph-legend
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
cmdopts.py
src/binwalk/cmdopts.py
+1
-1
No files found.
src/binwalk/cmdopts.py
View file @
95eadc29
...
...
@@ -102,7 +102,7 @@ def usage(fd):
fd
.
write
(
"
\t
-N, --no-plot Do not generate an entropy plot graph
\n
"
)
fd
.
write
(
"
\t
-F, --marker=<offset:name> Add a marker to the entropy plot graph
\n
"
)
fd
.
write
(
"
\t
-Q, --no-legend Omit the legend from the entropy plot graph
\n
"
)
fd
.
write
(
"
\t
-J, --save-plot Save plot as a
n
PNG (implied if multiple files are specified)
\n
"
)
fd
.
write
(
"
\t
-J, --save-plot Save plot as a PNG (implied if multiple files are specified)
\n
"
)
fd
.
write
(
"
\n
"
)
fd
.
write
(
"Binary Visualization:
\n
"
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment