mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-01-19 08:57:55 +00:00
format
This commit is contained in:
parent
fcc49740c7
commit
8f16e59680
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ pub fn build_cli() -> App<'static> {
|
||||||
.short('l')
|
.short('l')
|
||||||
.long("list")
|
.long("list")
|
||||||
.help("Lists all available brightness and led controllers")
|
.help("Lists all available brightness and led controllers")
|
||||||
.exclusive(true)
|
.exclusive(true),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("ctrl_type")
|
Arg::with_name("ctrl_type")
|
||||||
|
|
Loading…
Reference in a new issue