From 0f8973fb092a40fd0a11b7ec95c09128c9fb8f0c Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 27 Aug 2001 12:44:23 -0400 Subject: Remove EXT2FS_VERSION from the version display, since it only confuses people. Make fsck's version display be consistent with the other e2fsprogs programs. --- misc/chattr.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'misc/chattr.c') diff --git a/misc/chattr.c b/misc/chattr.c index 56fef2f4..730e7b8b 100644 --- a/misc/chattr.c +++ b/misc/chattr.c @@ -284,9 +284,8 @@ int main (int argc, char ** argv) exit (1); } if (verbose) - fprintf (stderr, _("chattr %s, %s for EXT2 FS %s, %s\n"), - E2FSPROGS_VERSION, E2FSPROGS_DATE, - EXT2FS_VERSION, EXT2FS_DATE); + fprintf (stderr, "chattr %s (%s)\n", + E2FSPROGS_VERSION, E2FSPROGS_DATE); for (j = i; j < argc; j++) change_attributes (argv[j]); exit(0); -- cgit v1.2.3