diff --git a/src/binwalk/core/module.py b/src/binwalk/core/module.py index b92d5f8..63b4e64 100644 --- a/src/binwalk/core/module.py +++ b/src/binwalk/core/module.py @@ -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. diff --git a/src/binwalk/core/settings.py b/src/binwalk/core/settings.py index 275b537..bc63d09 100644 --- a/src/binwalk/core/settings.py +++ b/src/binwalk/core/settings.py @@ -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" diff --git a/src/binwalk/modules/entropy.py b/src/binwalk/modules/entropy.py index a3c3750..de3a3af 100644 --- a/src/binwalk/modules/entropy.py +++ b/src/binwalk/modules/entropy.py @@ -19,7 +19,7 @@ class Entropy(Module): DEFAULT_BLOCK_SIZE = 1024 - TITLE = "Entropy" + TITLE = "Entropy Analysis" ORDER = 8 CLI = [