mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-14 12:20:00 +01:00
Fix typo in backup file option. (Thanks to Jonas Meurer)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@118 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
@@ -551,7 +551,7 @@ static int action_luksBackup(int arg)
|
||||
int r;
|
||||
|
||||
if (!opt_header_backup_file) {
|
||||
log_err(_("Option --header-bakup-file is required.\n"));
|
||||
log_err(_("Option --header-backup-file is required.\n"));
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
@@ -573,7 +573,7 @@ static int action_luksRestore(int arg)
|
||||
int r = 0;
|
||||
|
||||
if (!opt_header_backup_file) {
|
||||
log_err(_("Option --header-bakup-file is required.\n"));
|
||||
log_err(_("Option --header-backup-file is required.\n"));
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user