Merge pull request #1 from Pneumaticat/patch-1

typo: "migrate_superblock" -> "migrate-superblock"
This commit is contained in:
koverstreet 2018-02-08 16:53:26 -05:00 committed by GitHub
commit fc96071b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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;
}