Skip to content

Commit f0a4092

Browse files
committed
Rename: description.
1 parent 05b4008 commit f0a4092

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmdcomp/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class App:
1313
def run(cls, args: list[str] | None = None) -> None:
1414
parser = ArgumentParser(
1515
prog="cmdcomp",
16-
description="ShellScript completion generator tool.",
16+
description="shell completion file generator.",
1717
)
1818

1919
parser.add_argument(

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "cmdcomp"
33
version = "2.2.0"
4-
description = "ShellScript completion generator tool."
4+
description = "shell completion file generator."
55
authors = ["Yasutanium <[email protected]>"]
66
readme = "README.md"
77
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)