fix help message

This commit is contained in:
crapStone 2021-10-05 14:12:22 +02:00
parent 29799b7c3a
commit 6def9f298c
No known key found for this signature in database
GPG key ID: A850FDCE6366E643

View file

@ -1,9 +1,9 @@
use clap::{App, Arg, ArgGroup, ArgMatches};
pub fn build_cli() -> App<'static, 'static> {
App::new("RS Light")
.version("1.0")
.author("crapStone <wewr.mc@gmail.com>")
App::new("lamp")
.version(env!("CARGO_PKG_VERSION"))
.author("crapStone <crapstone01@gmail.com>")
.about("Utility to interact with backlight")
.arg(
Arg::with_name("set")