Skip to content

Commit eee20e0

Browse files
committed
chore(cli): Log level help text, metavar
1 parent 1c74407 commit eee20e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vcspull/cli/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ def create_parser():
4242
)
4343
parser.add_argument(
4444
"--log-level",
45+
metavar="level",
4546
action="store",
4647
default="INFO",
47-
help="log level (DEBUG, INFO, WARNING, ERROR, CRITICAL)",
48+
help="log level (debug, info, warning, error, critical)",
4849
)
4950

5051
subparsers = parser.add_subparsers(dest="subparser_name")

0 commit comments

Comments
 (0)