Skip to content

Commit 5eba54b

Browse files
authored
Fix parameter naming for pricebook and inventory (#168)
1 parent b9440fe commit 5eba54b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cli/jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ In addition to [global flags](./index#global-flags):
275275
| `--site-data` | Site data types to export (comma-separated) | |
276276
| `--global-data` | Global data types to export (comma-separated) | |
277277
| `--catalog` | Catalog ID(s) to export (comma-separated) | |
278-
| `--pricebook` | Pricebook ID(s) to export (comma-separated) | |
278+
| `--price-book` | Pricebook ID(s) to export (comma-separated) | |
279279
| `--library` | Library ID(s) to export (comma-separated) | |
280-
| `--inventory` | Inventory list ID(s) to export (comma-separated) | |
280+
| `--inventory-list` | Inventory list ID(s) to export (comma-separated) | |
281281
| `--keep-archive`, `-k` | Keep archive on instance after download | `false` |
282282
| `--no-download` | Do not download archive (implies --keep-archive) | `false` |
283283
| `--zip-only` | Save as zip file without extracting | `false` |

0 commit comments

Comments
 (0)