Commit 8d20d4bf by devttys0

Changed usage output; updated version string from alpha to beta.

parent ca89bea7
......@@ -561,6 +561,7 @@ class Modules(object):
'''
modules = {}
help_string = "\nBinwalk v%s\nCraig Heffner, http://www.binwalk.org\n" % binwalk.core.settings.Settings.VERSION
help_string += "\nUsage: binwalk [OPTIONS] [FILE1] [FILE2] [FILE3] ...\n"
# Build a dictionary of modules and their ORDER attributes.
# This makes it easy to sort modules by their ORDER attribute for display.
......
......@@ -15,7 +15,7 @@ class Settings:
o PLUGINS - Path to the plugins directory.
'''
# Release version
VERSION = "2.0.0 alpha"
VERSION = "2.0.0 beta"
# Sub directories
BINWALK_USER_DIR = ".binwalk"
......
......@@ -19,7 +19,7 @@ class Entropy(Module):
DEFAULT_BLOCK_SIZE = 1024
TITLE = "Entropy"
TITLE = "Entropy Analysis"
ORDER = 8
CLI = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment