fix: cli export database default value (#3259)

Signed-off-by: tison <wander4096@gmail.com>
This commit is contained in:
tison
2024-01-30 17:56:05 +08:00
committed by GitHub
parent 43ef0820c0
commit 60e760b168

View File

@@ -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.