Skip to content

Commit b6b7298

Browse files
Remove default value for --size_format=<format>
Otherwise, it's included all of the time, which isn't expected.
1 parent e71a84f commit b6b7298

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,6 @@ Available size formats include:
699699
[--size_format=<format>]
700700
Display the database size only, as a bare number.
701701
---
702-
default: b
703702
options:
704703
- b
705704
- kb

src/DB_Command.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,6 @@ public function tables( $args, $assoc_args ) {
680680
* [--size_format=<format>]
681681
* : Display the database size only, as a bare number.
682682
* ---
683-
* default: b
684683
* options:
685684
* - b
686685
* - kb

0 commit comments

Comments
 (0)