Skip to content

Commit cef3709

Browse files
schlesserapmgarman
andauthored
Update error more user friendly.
Co-Authored-By: pmgarman <[email protected]>
1 parent 4754f26 commit cef3709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DB_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ public function size( $args, $assoc_args ) {
759759
$tables = ! empty( $tables );
760760

761761
if( ! is_null( $size_format ) && $human_readable ) {
762-
WP_CLI::error( "The size_format and human-readable arguments were both passed." );
762+
WP_CLI::error( "Cannot use --size_format and --human-readable arguments at the same time." );
763763
}
764764

765765
unset( $assoc_args['format'] );

0 commit comments

Comments
 (0)