Commit 4b1cac80 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: fix typo in CLI option

parent fa09d1c1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ options:
| `--new-group-options-from`   | `$NEW_GROUP_OPTIONS_FROM`       | a JSON file with [extra options for groups creation](https://docs.gitlab.com/api/groups/#create-a-group); incompatible with `--new-group-options`                                                                                                        |
| `--new-project-options`      | `$NEW_PROJECT_OPTIONS`          | a JSON string with [extra options for projects creation](https://docs.gitlab.com/api/projects/#create-a-project) (default value disables issues and MR, *see below*)                                                                                     |
| `--new-project-options-from` | `$NEW_PROJECT_OPTIONS_FROM`     | a JSON file with [extra options for projects creation](https://docs.gitlab.com/api/projects/#create-a-project); incompatible with `--new-project-options`                                                                                                |
| `----use-src-issue-tracker`  | `$USE_SRC_ISSUE_TRACKER`        | make destination projects to use their source project issue tracker                                                                                                                                                                                      |
| `--use-src-issue-tracker`    | `$USE_SRC_ISSUE_TRACKER`        | make destination projects to use their source project issue tracker                                                                                                                                                                                      |
| `--dry-run`                  | `$DRY_RUN`                      | dry run (don't execute any write action)                                                                                                                                                                                                                 |
| `--halt-on-error`            | `$HALT_ON_ERROR`                | halt synchronizing when an error occurs                                                                                                                                                                                                                  |
| `--cache-dir`                | `$CACHE_DIR`                    | cache directory (used to download resources such as images and Git repositories) (defaults to `.work`)                                                                                                                                                   |