diff --git a/periphery/Cargo.toml b/periphery/Cargo.toml index deb359105..4c554ae20 100644 --- a/periphery/Cargo.toml +++ b/periphery/Cargo.toml @@ -2,8 +2,8 @@ name = "monitor_periphery" version = "0.3.4" edition = "2021" -authors = ["MoghTech"] -description = "monitor periphery binary" +authors = ["mbecker20 "] +description = "monitor periphery client" license = "GPL-3.0-or-later" [[bin]] diff --git a/periphery/src/config.rs b/periphery/src/config.rs index 8a39a81c2..bbd5b855e 100644 --- a/periphery/src/config.rs +++ b/periphery/src/config.rs @@ -11,8 +11,7 @@ use types::PeripheryConfig; use crate::{HomeDirExtension, PeripheryConfigExtension}; #[derive(Parser)] -#[command(author = "mbecker20 ")] -#[command(about = "monitor periphery client")] +#[command(author, about)] pub struct Args { /// Run this program as a system daemon #[arg(short, long)]