We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1dae4 commit 34db579Copy full SHA for 34db579
slo/src/Internal/Cli.cs
@@ -14,7 +14,7 @@ public static class Cli
14
15
private static readonly Option<string> PromPgwOption = new(
16
"--prom-pgw",
17
- "minimum amount of partitions in table") { IsRequired = true };
+ "prometheus push gateway") { IsRequired = true };
18
19
private static readonly Option<string> ResourceYdbPath = new(
20
new[] { "-t", "--resource-ydb-path" },
@@ -113,4 +113,4 @@ public static async Task<int> Run<T>(SloContext<T> sloContext, string[] args) wh
113
114
return await RootCommand.InvokeAsync(args);
115
}
116
-}
+}
0 commit comments