diff --git a/src/Commando/Option.php b/src/Commando/Option.php index aad7def..dadd59b 100755 --- a/src/Commando/Option.php +++ b/src/Commando/Option.php @@ -440,7 +440,7 @@ public function getHelp() '/-' : '/--') . $alias; } } - if (!$this->isBoolean()) { + if (!$this->isBoolean() && !$this->isIncrement()) { $help .= ' ' . $color->underline(''); } $help .= PHP_EOL;