Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/ntfstools
In directory usw-pr-cvs1:/tmp/cvs-serv15833/ntfstools
Modified Files:
mkntfs.c ntfsfix.c
Log Message:
Final tidyups.
Index: mkntfs.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/mkntfs.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -U2 -r1.59 -r1.60
--- mkntfs.c 12 Mar 2002 22:00:44 -0000 1.59
+++ mkntfs.c 12 Mar 2002 22:11:02 -0000 1.60
@@ -2530,5 +2530,5 @@
EXEC_NAME = *argv;
fprintf(stderr, "%s v%s\n", EXEC_NAME, VERSION);
- while ((c = getopt(argc, argv, "c:fnqs:vz:FL:QV")) != EOF)
+ while ((c = getopt(argc, argv, "c:fnqs:vz:CFIL:QV")) != EOF)
switch (c) {
case 'n':
@@ -2872,8 +2872,8 @@
err_exit("Error: cluster_size is above 4096 "
"bytes and compression is "
- "requested. This is not "
+ "requested.\nThis is not "
"possible due to limitations "
"in the compression algorithm "
- "used by Windows.\n");
+ "used by\nWindows.\n");
opt.enable_compression = 0;
}
Index: ntfsfix.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/ntfsfix.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -U2 -r1.21 -r1.22
--- ntfsfix.c 12 Mar 2002 22:00:44 -0000 1.21
+++ ntfsfix.c 12 Mar 2002 22:11:02 -0000 1.22
@@ -89,8 +89,8 @@
"Windows mounts the partition.\nIMPORTANT: Run this "
"only *after* unmounting the partition in Linux but "
- "*before*\nrebooting into Windows NT/2000 or you *will*"
- " suffer! - You have been warned!\n\n"
+ "*before*\nrebooting into Windows NT/2000/XP or you "
+ "*will* suffer! - You have been warned!\n\n"
/* Generic copyright / disclaimer. */
- "Copyright (c) 2000, 2001 Anton Altaparmakov.\n\n"
+ "Copyright (c) 2000-2002 Anton Altaparmakov.\n\n"
"%s is free software, released under the GNU "
"General Public License and you\nare welcome to "
|