We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4754f26 commit cef3709Copy full SHA for cef3709
src/DB_Command.php
@@ -759,7 +759,7 @@ public function size( $args, $assoc_args ) {
759
$tables = ! empty( $tables );
760
761
if( ! is_null( $size_format ) && $human_readable ) {
762
- WP_CLI::error( "The size_format and human-readable arguments were both passed." );
+ WP_CLI::error( "Cannot use --size_format and --human-readable arguments at the same time." );
763
}
764
765
unset( $assoc_args['format'] );
0 commit comments