Skip to content

Commit

Permalink
doc(maintenance_scripts: pikaman): improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Sep 10, 2024
1 parent e187dfb commit 1e22ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance_scripts/pikaman.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def emph(self, _node: "Any", entering: bool) -> str: # noqa: FBT001

def main() -> None:
parser = argparse.ArgumentParser(
description="⚡️PikaMan",
description="⚡️PikaMan - convert markdown into manpages",
)
parser.add_argument(
"path_to_markdown_files",
Expand Down

0 comments on commit 1e22ca1

Please sign in to comment.