From 577b5c436f1531d4d14bcba1bc10e230dafc9fd1 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 17 Jul 2008 23:24:09 +0200 Subject: [PATCH] e2undo, tune2fs: Report the correct name for the undo program. Signed-off-by: Benno Schulenberg Signed-off-by: Theodore Ts'o --- misc/e2undo.c | 2 +- misc/tune2fs.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/e2undo.c b/misc/e2undo.c index 93956261..a5a360ae 100644 --- a/misc/e2undo.c +++ b/misc/e2undo.c @@ -170,7 +170,7 @@ int main(int argc, char *argv[]) } 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); } diff --git a/misc/tune2fs.c b/misc/tune2fs.c index 19b04cbc..ca5ce1fd 100644 --- a/misc/tune2fs.c +++ b/misc/tune2fs.c @@ -1391,7 +1391,7 @@ static int tune2fs_setup_tdb(const char *name, io_manager *io_ptr) *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; @@ -1595,7 +1595,7 @@ int main (int argc, char ** argv) 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"),