Skip to content

Commit c86f9a2

Browse files
committed
Corrected command syntax for opm migrate.
1 parent b5c7c1f commit c86f9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/opm-cli-ref-migrate.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Migrate a SQLite database format index image or database file to a file-based ca
1010
.Command syntax
1111
[source,terminal]
1212
----
13-
$ opm <index_ref> <output_dir> [<flags>]
13+
$ opm migrate <index_ref> <output_dir> [<flags>]
1414
----
1515

1616
.`migrate` flags

0 commit comments

Comments
 (0)