Skip to content

Commit c333072

Browse files
fixes
1 parent 0ce1006 commit c333072

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

slo/src/Internal/Cli.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ public static class Cli
1717
"minimum amount of partitions in table") { IsRequired = true };
1818

1919
private static readonly Option<string> ResourceYdbPath = new(
20-
new[] { "-t", "--table-name" },
21-
() => "testingTable",
22-
"table name to create\n ");
20+
new[] { "-t", "--resource-ydb-path" },
21+
() => "test-resource",
22+
"resource ydb path to create\n ");
2323

2424
private static readonly Option<int> WriteTimeoutOption = new(
2525
"--write-timeout",
@@ -85,6 +85,7 @@ public static class Cli
8585
{
8686
EndpointArgument,
8787
DbArgument,
88+
ResourceYdbPath,
8889
InitialDataCountOption,
8990
PromPgwOption,
9091
ReportPeriodOption,

0 commit comments

Comments
 (0)