Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit c6d3eb1

Browse files
committed
Minor copy and formatting updates in the README file
1 parent 1936a38 commit c6d3eb1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ The `migrate` command will flatten the most common post meta values for WooComme
4343
$ wp wc orders-table migrate
4444
```
4545

46-
Orders are queried in batches (determined via the `--batch-size` option) in order to reduce the memory footprint of the command (e.g. "only retrieve {$size} orders at a time). Some environments may require a lower value than the default of 100.
46+
Orders are queried in batches (determined via the `--batch-size` option) in order to reduce the memory footprint of the command (e.g. "only retrieve `$size` orders at a time"). Some environments may require a lower value than the default of 100.
4747

4848
**Please note** that `migrate` will delete the original order post meta rows after a successful migration. If you want to preserve these, include the `--save-post-meta` flag!
4949

5050
#### Options
5151

5252
<dl>
53-
<dt>batch-size</dt>
54-
<dd>The number of orders to process in each batch. Default is 100 orders.</dd>
55-
<dt>save-post-meta</dt>
53+
<dt>--batch-size=&lt;size&gt;</dt>
54+
<dd>The number of orders to process in each batch. Default is 100 orders per batch.</dd>
55+
<dt>--save-post-meta</dt>
5656
<dd>Preserve the original post meta after a successful migration. Default behavior is to clean up post meta.</dd>
5757
</dl>
5858

@@ -70,8 +70,8 @@ This command does the opposite of `migrate`, looping through the orders table an
7070
#### Options
7171

7272
<dl>
73-
<dt>batch-size</dt>
74-
<dd>The number of orders to process in each batch. Default is 100 orders.</dd>
73+
<dt>--batch-size=&lt;size&gt;</dt>
74+
<dd>The number of orders to process in each batch. Default is 100 orders per batch.</dd>
7575
</dl>
7676

7777
## Contributing

0 commit comments

Comments
 (0)