From: Benno Schulenberg Date: Thu, 17 Jul 2008 21:24:09 +0000 (+0200) Subject: e2undo, tune2fs: Report the correct name for the undo program. X-Git-Tag: v1.41.1~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=577b5c436f1531d4d14bcba1bc10e230dafc9fd1;p=thirdparty%2Fe2fsprogs.git e2undo, tune2fs: Report the correct name for the undo program. Signed-off-by: Benno Schulenberg Signed-off-by: Theodore Ts'o --- diff --git a/misc/e2undo.c b/misc/e2undo.c index 939562614..a5a360aea 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 19b04cbca..ca5ce1fdc 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"),