]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
e2undo, tune2fs: Report the correct name for the undo program.
authorBenno Schulenberg <bensberg@justemail.net>
Thu, 17 Jul 2008 21:24:09 +0000 (23:24 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 19 Jul 2008 01:13:20 +0000 (21:13 -0400)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/e2undo.c
misc/tune2fs.c

index 939562614234d04f4cf150371818924db5e6509b..a5a360aea79393419264a56dc6c33f3111e0888b 100644 (file)
@@ -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);
        }
index 19b04cbcad55e970e8f685f0f7db3291e6ec2785..ca5ce1fdc62606edefd295ac993d1b936d90bf13 100644 (file)
@@ -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"),