Skip to content

Commit

Permalink
fix: readme filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeshi authored Apr 6, 2022
1 parent 05b61dd commit e731d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ from ntfsdump import ntfsdump
# output_path: str
# target_queries: List[str]
# volume_num: Optional[int] = None
# file_type: Literal['raw', 'e01'] = 'raw'
# file_type: Literal['raw', 'e01', 'vhd', 'vhdx', 'vmdk'] = 'raw'

ntfsdump(
imagefile_path='./path/to/your/imagefile.raw',
Expand Down

0 comments on commit e731d39

Please sign in to comment.