Skip to content

Commit 7f84d91

Browse files
committed
nitpick: <name> -> {name} in argument help
1 parent 2f8278c commit 7f84d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qlever/commands/ui.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def additional_arguments(self, subparser) -> None:
7171
subparser.add_argument(
7272
"--ui-db-file",
7373
help="Name of the database file for the QLever UI "
74-
"(default: <name>.ui-db.sqlite3)",
74+
"(default: {name}.ui-db.sqlite3)",
7575
)
7676
subparser.add_argument(
7777
"--no-pull-latest",

0 commit comments

Comments
 (0)