We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e92c4 commit 2529fb5Copy full SHA for 2529fb5
migration/cli/migrate-node/docs/cli/README.md
@@ -154,7 +154,7 @@ Options:
154
-h, --help Print help (see more with '--help')
155
156
**Selection (4/4):** `null`
157
-The config for the migration
+The config for the null migration
158
159
Usage: --null.*
160
migration/core/node/mtma-null/src/migrate/config.rs
@@ -9,7 +9,7 @@ pub enum MigrateConfigError {
9
Build(#[source] Box<dyn std::error::Error + Send + Sync>),
10
}
11
12
-/// The config for the migration.
+/// The config for the null migration.
13
///
14
/// All fields should be easily statically encodable to a CLI argument.
15
/// This is the frontend for the core API.
0 commit comments