We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0818a5d commit ffeb556Copy full SHA for ffeb556
src/Commands/DatabaseMetricsCommand.php
@@ -17,7 +17,7 @@ protected function configure()
17
$this
18
->setName('database:metrics')
19
->addArgument('database', InputArgument::REQUIRED, 'The database name / ID')
20
- ->addArgument('period', InputArgument::OPTIONAL, 'The metric period (1m, 5m, 30m, 1h, 8h, 1d, 3d, 7d, 1M)', '1d')
+ ->addArgument('period', InputArgument::OPTIONAL, 'The metric period (1m, 5m, 30m, 1h, 8h, 1d, 7d, 1M)', '1d')
21
->setDescription('Get usage and performance metrics for a database');
22
}
23
0 commit comments