From ba5cc843e82a40bcbdad1ef6bc69bdad51e38c9e Mon Sep 17 00:00:00 2001 From: Thomas GENTILHOMME Date: Fri, 20 Apr 2018 16:17:14 +0200 Subject: [PATCH] Fix commands desc --- decocli.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });