Add trailing dot

This commit is contained in:
Christian Schwarz
2024-05-05 17:17:42 +00:00
parent 004af53035
commit b1e21c7705

View File

@@ -1446,7 +1446,7 @@ fn cli() -> Command {
.required(false)
.value_parser(value_parser!(PathBuf))
.value_name("pageserver-config")
.help("Merge the provided pageserver config into the one generated by neon_local"),
.help("Merge the provided pageserver config into the one generated by neon_local."),
)
.arg(pg_version_arg.clone())
.arg(force_arg)