tools: documentation: correct tool description

pull/2311/head
Emilio López 9 months ago
parent 261182f340
commit 9996e4e56e
  1. 5
      slither/tools/documentation/__main__.py

@ -21,7 +21,10 @@ def parse_args() -> argparse.Namespace:
Parse the underlying arguments for the program.
:return: Returns the arguments for the program.
"""
parser = argparse.ArgumentParser(description="Demo", usage="slither-documentation filename")
parser = argparse.ArgumentParser(
description="Auto-generate NatSpec documentation for every function using OpenAI Codex.",
usage="slither-documentation filename",
)
parser.add_argument("project", help="The target directory/Solidity file.")

Loading…
Cancel
Save