mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-01-19 08:57:55 +00:00
fix help message
This commit is contained in:
parent
29799b7c3a
commit
6def9f298c
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
use clap::{App, Arg, ArgGroup, ArgMatches};
|
use clap::{App, Arg, ArgGroup, ArgMatches};
|
||||||
|
|
||||||
pub fn build_cli() -> App<'static, 'static> {
|
pub fn build_cli() -> App<'static, 'static> {
|
||||||
App::new("RS Light")
|
App::new("lamp")
|
||||||
.version("1.0")
|
.version(env!("CARGO_PKG_VERSION"))
|
||||||
.author("crapStone <wewr.mc@gmail.com>")
|
.author("crapStone <crapstone01@gmail.com>")
|
||||||
.about("Utility to interact with backlight")
|
.about("Utility to interact with backlight")
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("set")
|
Arg::with_name("set")
|
||||||
|
|
Loading…
Reference in a new issue