This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-spatialbench.git

commit 4eafa8fba8983fe6e0899c72fd62425795511e52
Author: Pranav Toggi <[email protected]>
AuthorDate: Mon Jun 30 09:27:05 2025 -0700

    fix typo
---
 tpchgen-cli/src/main.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tpchgen-cli/src/main.rs b/tpchgen-cli/src/main.rs
index 34d2eec..9c1c36a 100644
--- a/tpchgen-cli/src/main.rs
+++ b/tpchgen-cli/src/main.rs
@@ -180,7 +180,7 @@ impl TypedValueParser for TableValueParser {
                 // clap::builder::PossibleValue::new("orders").help("Orders 
table (alias: O)"),
                 // 
clap::builder::PossibleValue::new("lineitem").help("LineItem table (alias: L)"),
                 clap::builder::PossibleValue::new("trip").help("Trip table 
(alias: T)"),
-                clap::builder::PossibleValue::new("building").help("Trip table 
(alias: b)"),
+                clap::builder::PossibleValue::new("building").help("Building 
table (alias: b)"),
             ]
             .into_iter(),
         ))

Reply via email to