File tree 1 file changed +4
-1
lines changed
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.
709
709
Displays the database name and size.
710
710
711
711
~~~
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]
713
713
~~~
714
714
715
715
Display the database name and size for ` DB_NAME ` specified in wp-config.php.
@@ -775,6 +775,9 @@ Available size formats include:
775
775
[--network]
776
776
List all the tables in a multisite install.
777
777
778
+ [--decimals=<decimals>]
779
+ Number of digits after decimal point. Defaults to 0.
780
+
778
781
[--all-tables-with-prefix]
779
782
List all tables that match the table prefix even if not registered on $wpdb. Overrides --network.
780
783
You can’t perform that action at this time.
0 commit comments