fix: Use correct brand in clap version string
This commit is contained in:
parent
b9d60c64e5
commit
ea5dc8e09d
2 changed files with 5 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue