mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
commit
f5ec33b556
@ -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:");
|
||||
|
@ -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: ");
|
||||
|
Loading…
Reference in New Issue
Block a user