Skip to content

Commit ffeb556

Browse files
authored
Removes 3d from database metrics (#171)
1 parent 0818a5d commit ffeb556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/DatabaseMetricsCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ protected function configure()
1717
$this
1818
->setName('database:metrics')
1919
->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')
20+
->addArgument('period', InputArgument::OPTIONAL, 'The metric period (1m, 5m, 30m, 1h, 8h, 1d, 7d, 1M)', '1d')
2121
->setDescription('Get usage and performance metrics for a database');
2222
}
2323

0 commit comments

Comments
 (0)