Skip to content

Commit 2529fb5

Browse files
committed
docs: make it clearer this is the config for the null migration.
1 parent 11e92c4 commit 2529fb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

migration/cli/migrate-node/docs/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Options:
154154
-h, --help Print help (see more with '--help')
155155

156156
**Selection (4/4):** `null`
157-
The config for the migration
157+
The config for the null migration
158158

159159
Usage: --null.*
160160

migration/core/node/mtma-null/src/migrate/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub enum MigrateConfigError {
99
Build(#[source] Box<dyn std::error::Error + Send + Sync>),
1010
}
1111

12-
/// The config for the migration.
12+
/// The config for the null migration.
1313
///
1414
/// All fields should be easily statically encodable to a CLI argument.
1515
/// This is the frontend for the core API.

0 commit comments

Comments
 (0)