Commit bb3d1e74 by Thomas Roth

Change subdir extraction short argument from S (already taken) to T.

parent a8843dea
...@@ -100,7 +100,7 @@ class Extractor(Module): ...@@ -100,7 +100,7 @@ class Extractor(Module):
long='carve', long='carve',
kwargs={'run_extractors': False}, kwargs={'run_extractors': False},
description="Carve data from files, but don't execute extraction utilities"), description="Carve data from files, but don't execute extraction utilities"),
Option(short='S', Option(short='T',
long='subdirs', long='subdirs',
kwargs={'extract_into_subdirs': True}, kwargs={'extract_into_subdirs': True},
description="Extract into sub-directories named by the offset"), description="Extract into sub-directories named by the offset"),
......
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