Merge pull request #20 from highvoltage/master

Fix typos
This commit is contained in:
koverstreet 2019-08-21 12:20:30 -04:00 committed by GitHub
commit f5ec33b556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ static void do_setattr(char *path, struct bch_opt_strs opts)
static void setattr_usage(void)
{
puts("bcachefs setattr - set attributes on files in a bcachefs filessytem\n"
puts("bcachefs setattr - set attributes on files in a bcachefs filesystem\n"
"Usage: bcachefs setattr [OPTIONS]... <files>\n"
"\n"
"Options:");

View File

@ -784,7 +784,7 @@ int cmd_migrate(int argc, char *argv[])
}
if (!fs_path)
die("Please specify a filesytem to migrate");
die("Please specify a filesystem to migrate");
if (format_opts.encrypted && !no_passphrase)
format_opts.passphrase = read_passphrase_twice("Enter passphrase: ");