]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
typo: "migrate_superblock" -> "migrate-superblock"
authorKevin Liu <kevin@potatofrom.space>
Thu, 8 Feb 2018 21:26:25 +0000 (16:26 -0500)
committerGitHub <noreply@github.com>
Thu, 8 Feb 2018 21:26:25 +0000 (16:26 -0500)
cmd_migrate.c

index 5914e46d6fc8440b3f84b1bbe86dd8f95fd1bac3..3fe2e4ef2b1cec83614fa79e315bd661b61e2f98 100644 (file)
@@ -739,13 +739,13 @@ static int migrate_fs(const char *fs_path,
               "\n"
               "After verifying that the new filesystem is correct, to create a\n"
               "superblock at the default offset and finish the migration run\n"
-              "  bcachefs migrate_superblock -d %s -o %llu\n"
+              "  bcachefs migrate-superblock -d %s -o %llu\n"
               "\n"
               "The new filesystem will have a file at /old_migrated_filestem\n"
               "referencing all disk space that might be used by the existing\n"
               "filesystem. That file can be deleted once the old filesystem is\n"
               "no longer needed (and should be deleted prior to running\n"
-              "bcachefs migrate_superblock)\n",
+              "bcachefs migrate-superblock)\n",
               sb_offset, dev.path, dev.path, sb_offset);
        return 0;
 }