File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -709,7 +709,7 @@ Defaults to all tables registered to the $wpdb database handler.
709709Displays 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
715715Display 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
You can’t perform that action at this time.
0 commit comments