Skip to content

Commit

Permalink
tools: documentation: correct tool description
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Feb 17, 2024
1 parent 261182f commit 9996e4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion slither/tools/documentation/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

Expand Down

0 comments on commit 9996e4e

Please sign in to comment.