diff --git a/services/services/command-line-flags/CommandLineFlags.php b/services/services/command-line-flags/CommandLineFlags.php
index 1839759..da96cc6 100644
--- a/services/services/command-line-flags/CommandLineFlags.php
+++ b/services/services/command-line-flags/CommandLineFlags.php
@@ -53,7 +53,7 @@ public static function QueryState(TaskEnvironment $env) {
array(
'name' => 'Indexed command-line switches',
'date' => $last_update,
- 'value' => '' . $switches . ' switches, ' . $files . ' files',
+ 'value' => '' . $switches . ' switches, ' . $files . ' files',
)
)
);