removed unnecessary unwraps, closes #4

This commit is contained in:
crapStone
2022-07-16 16:40:53 +02:00
parent 4624a98039
commit 150b6ff30b
5 changed files with 29 additions and 14 deletions

View File

@@ -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),
)