Skip to content

Commit beb1b9a

Browse files
committed
Add comment
1 parent b36ba54 commit beb1b9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dissect/target/loader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def print_help(cls) -> None:
9393
@staticmethod
9494
def _create_parser(cls: type[Loader]) -> argparse.ArgumentParser:
9595
"""Creates the argument parser for this loader."""
96+
# Do like generate_argparse_for_method in cli.py
9697
parser = argparse.ArgumentParser(
9798
prog=f"loader:{cls.__name__.lower()}",
9899
description=f"Options for the '{cls.__name__}' loader.",

0 commit comments

Comments
 (0)