update author and clap args

This commit is contained in:
mbecker20
2023-05-24 05:28:46 +00:00
parent 405dacce1c
commit 336742ee69
2 changed files with 3 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
name = "monitor_periphery"
version = "0.3.4"
edition = "2021"
authors = ["MoghTech"]
description = "monitor periphery binary"
authors = ["mbecker20 <becker.maxh@gmail.com>"]
description = "monitor periphery client"
license = "GPL-3.0-or-later"
[[bin]]

View File

@@ -11,8 +11,7 @@ use types::PeripheryConfig;
use crate::{HomeDirExtension, PeripheryConfigExtension};
#[derive(Parser)]
#[command(author = "mbecker20 <becker.maxh@gmail.com>")]
#[command(about = "monitor periphery client")]
#[command(author, about)]
pub struct Args {
/// Run this program as a system daemon
#[arg(short, long)]