pluginctl: dead switch statement

This commit is contained in:
Franco Fichtner 2024-03-13 08:02:08 +01:00
parent 6fe993d187
commit 19f32d435c
1 changed files with 0 additions and 3 deletions

View File

@ -242,9 +242,6 @@ if (isset($opts['h'])) {
case 'status':
echo htmlspecialchars($service['status']) . PHP_EOL;
break;
case 'status':
echo "Missing command\n";
break;
default:
echo "Unknown command `$act'\n";
break;