Renamed rx-jsdecompose -> crx-jsinventory to make purpose more descriptive.

This commit is contained in:
Achim D. Brucker 2017-08-30 16:14:29 +01:00
parent d6d43cfb0a
commit b70272596f
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,8 @@ extension from the Chrome Web store.
will check the integrity of the extension.
* `crx-extract`: A simple tool for extracting `*.crx` files from the
tar-based archive hierarchy.
* `crx-jsdecompose: Build a JavaScript inventory of a *.crx` file.\
* `crx-jsinventory`: Build a JavaScript inventory of a `*.crx` file using a
JavaScript decomposition analysis.
* `create-db`: A tool for creating/initializing the database files
from already existing extension archives.

View File

@ -31,7 +31,7 @@ assert sys.version_info >= (3, 4) and sys.version_info < (3, 6)
def helpmsg():
"""Print help message."""
print("crx-jsdecomose [OPTION] crx-file|js-file")
print("crx-jsinventory [OPTION] crx-file|js-file")
print(" -h print this help text")
print(" -c=<FILE> cvs file (output)")
print(" -v verbose")