Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit cc88ecb

Browse files
Merge pull request #87 from g-g/master
Improved help messages
2 parents 346c909 + b7175f4 commit cc88ecb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/CLI/Command.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ protected function configure()
7373
array(
7474
new InputArgument(
7575
'values',
76-
InputArgument::IS_ARRAY
76+
InputArgument::IS_ARRAY,
77+
'Files and directories to analyze'
7778
)
7879
)
7980
)
@@ -95,7 +96,7 @@ protected function configure()
9596
'exclude',
9697
null,
9798
InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY,
98-
'Exclude a directory from code analysis'
99+
'Exclude a directory from code analysis (must be relative to source)'
99100
)
100101
->addOption(
101102
'log-pmd',

0 commit comments

Comments
 (0)