Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
📝 Update flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersubudhi committed Oct 25, 2023
1 parent 56c29db commit 18c5964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ OPTIONS
--auto-start-lisk-core-v4 Start Lisk Core v4 automatically. Defaults to false. When using this flag, kindly open another terminal window to stop Lisk Core v3.1.x for when the migrator prompts.
--snapshot-path=snapshot-path Path to the state snapshot to run the migration offline. It could point either to a directory or a tarball (tar.gz).
--snapshot-path=snapshot-path Local filepath to the state snapshot to run the migration offline. It could point either to a directory or a tarball (tar.gz).
--snapshot-url=snapshot-url URL to download the state snapshot from. Use to run the migration offline. URL must end with tar.gz.
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class LiskMigrator extends Command {
required: false,
env: 'SNAPSHOT_PATH',
description:
'Path to the state snapshot to run the migration offline. It could point either to a directory or a tarball (tar.gz).',
'Local filepath to the state snapshot to run the migration offline. It could point either to a directory or a tarball (tar.gz).',
dependsOn: ['network'],
exclusive: ['snapshot-url'],
}),
Expand Down

0 comments on commit 18c5964

Please sign in to comment.