Skip to content

Commit 3af0fd1

Browse files
author
Joseph D'Souza
committed
Default the backup to 1 as it's the safer option
1 parent 77633fe commit 3af0fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class/command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class WPSDBCLI extends WP_CLI_Command
2929
* [--create-backup=<bit>]
3030
* : Whether to take a backup before running the action.
3131
* ---
32-
* default: 0
32+
* default: 1
3333
* options:
3434
* - 0
3535
* - 1

0 commit comments

Comments
 (0)