Skip to content

Commit c2371a4

Browse files
authored
Include s at the end of terabytes and gigabytes
Match the existing to use terabytes and gigabytes
1 parent c9e4e1b commit c2371a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DB_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,8 @@ public function tables( $args, $assoc_args ) {
590590
* - b (bytes)
591591
* - kb (kilobytes)
592592
* - mb (megabytes)
593-
* - gb (gigabyte)
594-
* - tb (terabyte)
593+
* - gb (gigabytes)
594+
* - tb (terabytes)
595595
* ---
596596
*
597597
* [--tables]

0 commit comments

Comments
 (0)