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};
|
||||
|
||||
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")
|
||||
|
|
Loading…
Reference in a new issue