}
if (mount_flags & EXT2_MF_MOUNTED) {
- com_err(prg_name, retval, _("undoe2fs should only be run on "
+ com_err(prg_name, retval, _("e2undo should only be run on "
"unmounted file system\n"));
exit(1);
}
*io_ptr = undo_io_manager;
set_undo_io_backup_file(tdb_file);
printf(_("To undo the tune2fs operations please run "
- "the command\n undoe2fs %s %s\n\n"),
+ "the command\n e2undo %s %s\n\n"),
tdb_file, name);
free(tmp_name);
return retval;
fs->flags &= ~EXT2_FLAG_SUPER_ONLY;
if (resize_inode(fs, new_inode_size)) {
fputs(_("Error in resizing the inode size.\n"
- "Run undoe2fs to undo the "
+ "Run e2undo to undo the "
"file system changes. \n"), stderr);
} else {
printf (_("Setting inode size %lu\n"),