Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/dkdc-db-cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pub const TMUX_SESSION: &str = "dkdc-db";
const DEFAULT_LOG_LINES: usize = 50;

#[derive(Parser)]
#[command(name = "db", about = "dkdc-db: HTAP database")]
#[command(name = "db", version, about = "dkdc-db: HTAP embedded database")]
pub struct Cli {
#[command(subcommand)]
pub command: Option<Commands>,
Expand Down
Loading