Skip to content

Commit

Permalink
Fix commands desc
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Apr 20, 2018
1 parent 9a57ec8 commit ba5cc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decocli.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
Expand Down

0 comments on commit ba5cc84

Please sign in to comment.