- Fixed mpartition --help output (bug #65293).

This commit is contained in:
Tim Waugh 2004-12-10 17:05:31 +00:00
parent 11eb882604
commit 617fd87b9c
2 changed files with 15 additions and 1 deletions

View File

@ -9,3 +9,14 @@
return NO_CWD;
return ret;
}
--- mtools-3.9.9/mpartition.c.badc 2004-12-10 17:02:04.252330515 +0000
+++ mtools-3.9.9/mpartition.c 2004-12-10 17:04:27.784874153 +0000
@@ -249,7 +249,7 @@
fprintf(stderr,
"Mtools version %s, dated %s\n", mversion, mdate);
fprintf(stderr,
- "Usage: %s [-pradcv] [-I [-B bootsect-template] [-s sectors] "
+ "Usage: %s [-pradcv] [-I] [-B bootsect-template] [-s sectors] "
"[-t cylinders] "
"[-h heads] [-T type] [-b begin] [-l length] "
"drive\n", progname);

View File

@ -1,7 +1,7 @@
Summary: Programs for accessing MS-DOS disks without mounting the disks.
Name: mtools
Version: 3.9.9
Release: 9
Release: 10
License: GPL
Group: Applications/System
Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2
@ -66,6 +66,9 @@ fi
%{_infodir}/*
%changelog
* Fri Dec 10 2004 Tim Waugh <twaugh@redhat.com> 3.9.9-10
- Fixed mpartition --help output (bug #65293).
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt