Skip to content

Commit 3543702

Browse files
authored
Merge pull request #204 from wp-cli/regenerate-readme
2 parents e27907e + 505a0d7 commit 3543702

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ Defaults to all tables registered to the $wpdb database handler.
709709
Displays the database name and size.
710710

711711
~~~
712-
wp db size [--size_format=<format>] [--tables] [--human-readable] [--format=<format>] [--scope=<scope>] [--network] [--all-tables-with-prefix] [--all-tables]
712+
wp db size [--size_format=<format>] [--tables] [--human-readable] [--format=<format>] [--scope=<scope>] [--network] [--decimals=<decimals>] [--all-tables-with-prefix] [--all-tables]
713713
~~~
714714

715715
Display the database name and size for `DB_NAME` specified in wp-config.php.
@@ -775,6 +775,9 @@ Available size formats include:
775775
[--network]
776776
List all the tables in a multisite install.
777777

778+
[--decimals=<decimals>]
779+
Number of digits after decimal point. Defaults to 0.
780+
778781
[--all-tables-with-prefix]
779782
List all tables that match the table prefix even if not registered on $wpdb. Overrides --network.
780783

0 commit comments

Comments
 (0)