From 85da4abc206f2cc8819836bb0e8727de3a51d24c Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Fri, 10 Oct 2025 17:19:27 +0200 Subject: g2h: Render markdown files instead of putting them into code blocks --- src/g2h/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/g2h/cli.py') diff --git a/src/g2h/cli.py b/src/g2h/cli.py index fe3850c..bc59467 100644 --- a/src/g2h/cli.py +++ b/src/g2h/cli.py @@ -11,7 +11,7 @@ def parse_args(): parser.add_argument('--repo', help='Path to the root of git repository', default=os.getcwd()) parser.add_argument('--out', help='Path to where the generated files should be stored', default=os.getcwd()) # TODO: Add an actual default value. - parser.add_argument('--name', help='Name of the project. Default: directory name of repo') + parser.add_argument('--name', help='Name of the project. Default: directory name of repo (TODO)') parser.add_argument('--content-subdir', help='Subdir(s) where the page will be served from. Default: None', default='') return parser.parse_args() -- cgit v1.2.3