mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2026-02-09 20:20:09 +00:00
removed unnecessary unwraps, closes #4
This commit is contained in:
@@ -64,7 +64,7 @@ pub fn build_cli() -> App<'static> {
|
||||
Arg::with_name("controller")
|
||||
.short('c')
|
||||
.long("controller")
|
||||
.help("Select device to control")
|
||||
.help("Select device to control, defaults to the first device found")
|
||||
.value_name("DEVICE")
|
||||
.takes_value(true),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user