Skip to content

Commit 8e6b54b

Browse files
authored
Merge pull request #73 from yassun7010/update_docs
Update: help
2 parents 0d8aed4 + c071a85 commit 8e6b54b

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
@@ -62,7 +62,7 @@ def run(cls, args: list[str] | None = None) -> None:
6262
"--output-file",
6363
"-o",
6464
type=FileType("w"),
65-
help="output file. default is [lit]stdout[/].",
65+
help="output file path. default is [lit]stdout[/].",
6666
)
6767

6868
logging.basicConfig(

docs/data/help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Options:
1313
--shell-type {bash,zsh}
1414
target shell type.
1515
--output-file, -o OUTPUT_FILE
16-
output file. default is stdout.
16+
output file path. default is stdout.

0 commit comments

Comments
 (0)