Skip to content

Commit ce2ee30

Browse files
committed
Update: help message.
1 parent 70830fe commit ce2ee30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmdcomp/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def run(
3434
required=True,
3535
metavar="FILE",
3636
type=FileType("rb"),
37-
help="config file (`json`, `yaml`, `toml` support).",
37+
help="config file (`*.json`, `*.yaml`, `*.toml` support).",
3838
)
3939

4040
parser.add_argument(

0 commit comments

Comments
 (0)