summaryrefslogtreecommitdiffstats
path: root/lib/Command/Debug/ItemList.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/Debug/ItemList.php')
-rw-r--r--lib/Command/Debug/ItemList.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Command/Debug/ItemList.php b/lib/Command/Debug/ItemList.php
index 06f8b1c1b..18a2ba56c 100644
--- a/lib/Command/Debug/ItemList.php
+++ b/lib/Command/Debug/ItemList.php
@@ -63,7 +63,7 @@ class ItemList extends Command
$type = $input->getOption('type');
if (!is_numeric($type)) {
- $output->writeln('Invalid Type!');
+ $output->writeln('Invalid type!');
return 255;
}
$limit = $input->getOption('limit');