diff --git a/src/cmd/src/cli/export.rs b/src/cmd/src/cli/export.rs index 79c1694a1c21..956460435d47 100644 --- a/src/cmd/src/cli/export.rs +++ b/src/cmd/src/cli/export.rs @@ -58,8 +58,8 @@ pub struct ExportCommand { #[clap(long)] output_dir: String, - /// The name of the catalog to export. Default to "greptime-*"". - #[clap(long, default_value = "")] + /// The name of the catalog to export. + #[clap(long, default_value = "greptime-*")] database: String, /// Parallelism of the export.