diff --git a/docs/migration.md b/docs/migration.md index 33ec8e89..eb100224 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -73,7 +73,7 @@ The Lisk Migrator v2 also allows users to download and start the Lisk Core v4.x ``` USAGE -$ lisk-migrator [-d ] [-m ] [-c ] [-o ] [-p ] [-p ] [--snapshot-time-gap ] [--auto-download-lisk-core-v4] [--auto-migrate-config] [--auto-start-lisk-core-v4] [--use-existing-snapshot] +$ lisk-migrator [-d ] [-m ] [-c ] [-o ] [-p ] [-p ] [--snapshot-time-gap ] [--auto-migrate-config] [--auto-start-lisk-core-v4] [--use-existing-snapshot] FLAGS -c, --config=config Custom configuration file path. @@ -82,7 +82,6 @@ FLAGS -o, --output=output File path to write the genesis block json. If not provided, it will default to cwd/genesis_block.json. -s, --snapshot-height=snapshot-height (Required) The height at which the re-genesis block will be generated. Can be specified with the SNAPSHOT_HEIGHT as well. -v, --version Shows the CLI version. - --auto-download-lisk-core-v4 Download lisk-core v4 automatically. Default to false. --auto-migrate-config Migrate user configuration automatically. Default to false. --auto-start-lisk-core-v4 Start lisk-core v4 automatically. Default to false. --snapshot-time-gap=snapshot-time-gap The number of seconds elapsed between the block at height HEIGHT_SNAPSHOT and the snapshot block. @@ -90,7 +89,7 @@ FLAGS EXAMPLES lisk-migrator --snapshot-height 20931763 --lisk-core-path /path/to/data-dir - lisk-migrator --snapshot-height 20931763 --lisk-core-path /path/to/data-dir --auto-download-lisk-core-v4 --auto-start-lisk-core-v4 --auto-migrate-config + lisk-migrator --snapshot-height 20931763 --lisk-core-path /path/to/data-dir --auto-start-lisk-core-v4 --auto-migrate-config ```