fix: Use correct brand in clap version string

This commit is contained in:
Jade Ellis 2025-05-23 21:10:48 +01:00
parent b9d60c64e5
commit ea5dc8e09d
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
2 changed files with 5 additions and 2 deletions

View file

@ -15,7 +15,7 @@ use conduwuit_core::{
#[clap(
about,
long_about = None,
name = "conduwuit",
name = conduwuit_core::name(),
version = conduwuit_core::version(),
)]
pub(crate) struct Args {