diff --git a/decocli.pl b/decocli.pl index 76f82c5..82a02fa 100644 --- a/decocli.pl +++ b/decocli.pl @@ -44,7 +44,7 @@ sub exitScriptWithError { # --device command to set string* device name $cli->setCommand("device", { - description => "The device name that have to bne removed/decom.", + description => "The device name that have to be removed/decom.", match => qr/$deviceRegex/, required => 1 });