mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
Fix typos
This commit is contained in:
parent
4c96e9dda3
commit
ed1c0e8c30
@ -80,7 +80,7 @@ static void do_setattr(char *path, struct bch_opt_strs opts)
|
|||||||
|
|
||||||
static void setattr_usage(void)
|
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"
|
"Usage: bcachefs setattr [OPTIONS]... <files>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Options:");
|
"Options:");
|
||||||
|
@ -784,7 +784,7 @@ int cmd_migrate(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!fs_path)
|
if (!fs_path)
|
||||||
die("Please specify a filesytem to migrate");
|
die("Please specify a filesystem to migrate");
|
||||||
|
|
||||||
if (format_opts.encrypted && !no_passphrase)
|
if (format_opts.encrypted && !no_passphrase)
|
||||||
format_opts.passphrase = read_passphrase_twice("Enter passphrase: ");
|
format_opts.passphrase = read_passphrase_twice("Enter passphrase: ");
|
||||||
|
Loading…
Reference in New Issue
Block a user